Me No Dev
Me No Dev
you said that it gave exception. Any chance you decode that backtrace with the ESP Exception Decoder?
please provide minimal sketch to reproduce. This is not expected
@kunal-nezai you are using some IDF code in the place of Arduino code. Maybe custom WiFi handling or something of the sort to get this message. You can copy the...
@kunal-nezai it's the fact that you do not use Arduino fully, but instead manage WiFi through the IDF API only. If your network stack was using Arduino's APIs, this would...
Specifically the reason is in https://github.com/espressif/arduino-esp32/pull/10038/files https://github.com/espressif/esp32-arduino-lib-builder/pull/194/files
@i-am-shodan do it together with the `#if` like I linked above. Different fix will be coming and we might switch this setting. No need to compile code that will not...
@atanisoft fix coming in 3.2.0-RC2: https://github.com/espressif/esp32-arduino-lib-builder/pull/286
S2 should work. Doesn't it? This is when not manually entering DownloadMode, but using esptool to reset into download?
I used the following sketch to test and got different results. - ESP32-S2 works as expected. It flashes and boots back into the firmware. - ESP32-S3 flashes fine, but does...
Of course I am using the proper USB ports and in proper mode (OTG not JTAG/CDC) and CDC_ON_BOOT set to 1. The same as all our users. If I have...