Skip to content

Commit 3a9e108

Browse files
committed
SDK3.x: Fix OTA includes, bump Async version
1 parent 9f680d1 commit 3a9e108

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

arch/esp32/AsyncElegantOTA/src/AsyncElegantOTA.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include "WiFi.h"
1616
#include "AsyncTCP.h"
1717
#include "Update.h"
18-
#include "esp_int_wdt.h"
19-
#include "esp_task_wdt.h"
2018
#endif
2119

2220
#include "Hash.h"

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ build_src_filter = ${arduino_base.build_src_filter}
6666

6767
[esp32_ota]
6868
lib_deps =
69-
me-no-dev/ESPAsyncWebServer @ ^3.6.0
69+
ESP32Async/ESPAsyncWebServer @ 3.10.3
7070
file://arch/esp32/AsyncElegantOTA
7171

7272
; esp32c6 uses arduino framework 3.x

0 commit comments

Comments
 (0)