ayushsharma82 / ElegantOTA

OTA updates made slick and simple for everyone!
https://elegantota.pro
GNU Affero General Public License v3.0
643 stars 119 forks source link

EspressifSystems version 3.0.1 arduino ide 1.8.19 #190

Closed Bredahl closed 5 months ago

Bredahl commented 5 months ago

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 5 months ago

FYI the CI pass with Arduino 3.0.1, and I am using it in my project also, it works.

Bredahl commented 5 months ago

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 5 months ago

@Bredahl Maybe because you are using "AsyncElegantOTA" instead of this repo?

Bredahl commented 5 months ago

@Bredahl Maybe because you are using "AsyncElegantOTA" instead of this repo? Sorry my mistake.