nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.64k stars 3.12k forks source link

Update to the released version of idf4.4 #3498

Closed pjsg closed 2 years ago

pjsg commented 2 years ago

Fixes #3497

This updates the version of the IDF in use to the currently released idf4.4 version. This is an improvement over the old version which was the head of master at some point in the past.

marcelstoer commented 2 years ago

I just re-triggered the CI pipeline.

marcelstoer commented 2 years ago

@pjsg can you take a look at the build errors e.g.

/home/runner/work/nodemcu-firmware/nodemcu-firmware/components/modules/node.c:98:3: error: enumeration value 'USB_UART_CHIP_RESET' not handled in switch [-Werror=switch]
   switch (rr0) {
   ^~~~~~
pjsg commented 2 years ago

Yes -- I'll get to it tonight....

On Thu, Jan 13, 2022 at 7:23 AM Marcel Stör @.***> wrote:

@pjsg https://github.com/pjsg can you take a look at the build errors e.g.

/home/runner/work/nodemcu-firmware/nodemcu-firmware/components/modules/node.c:98:3: error: enumeration value 'USB_UART_CHIP_RESET' not handled in switch [-Werror=switch] switch (rr0) { ^~

— Reply to this email directly, view it on GitHub https://github.com/nodemcu/nodemcu-firmware/pull/3498#issuecomment-1012088451, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALQLTKSERBUYBPQ67M5SCTUV272TANCNFSM5LXZKJHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>