EspressifSystems version 3.0.1 arduino ide 1.8.19
Closed this issue · 4 comments
Bredahl commented
boards manager updated esp32 by EspressifSystems version 3.0.1
I get this error
In file included from C:\Users\Desktop\DataLogLoraGaugesFreqC3\DataLogLoraGaugesFreqC3.ino:12:
C:\Users\Documents\Arduino\libraries\AsyncElegantOTA\src/AsyncElegantOTA.h:18:14: fatal error: esp_int_wdt.h: No such file or directory
18 | #include "esp_int_wdt.h"
mathieucarbou commented
FYI the CI pass with Arduino 3.0.1, and I am using it in my project also, it works.
Bredahl commented
FYI the CI pass with Arduino 3.0.1, and I am using it in my project also, it works.
If i go back to version 2.0.17 no problems.
don't know if it's because the chip is an esp32 C3
ayushsharma82 commented
@Bredahl Maybe because you are using "AsyncElegantOTA" instead of this repo?