nodemcu / nodemcu-firmware

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

Update ESP-IDF to 4.4.6 #3615

Closed heythisisnate closed 5 months ago

heythisisnate commented 8 months ago

Updates ESP-IDF to 4.4.6 which includes a long list of bug fixes. In particular, we have identified an issue in our product that may be related to https://github.com/espressif/esp-idf/issues/11274, which is apparently fixed in this release.

heythisisnate commented 8 months ago

Hmm I'm not sure why some of the test builds are failing on the esp32c3. Can anyone help me with some insight on that?

pjsg commented 5 months ago

I'm now looking at this -- and my build is failing locally as well.... My issue is a link time issue.

pjsg commented 5 months ago

Updated to IDF 4.4.6 in another PR.