mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
SDK3.x: Fix OTA includes, bump Async version
This commit is contained in:
parent
9f680d1744
commit
3a9e1086af
2 changed files with 1 additions and 3 deletions
|
|
@ -15,8 +15,6 @@
|
||||||
#include "WiFi.h"
|
#include "WiFi.h"
|
||||||
#include "AsyncTCP.h"
|
#include "AsyncTCP.h"
|
||||||
#include "Update.h"
|
#include "Update.h"
|
||||||
#include "esp_int_wdt.h"
|
|
||||||
#include "esp_task_wdt.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "Hash.h"
|
#include "Hash.h"
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ build_src_filter = ${arduino_base.build_src_filter}
|
||||||
|
|
||||||
[esp32_ota]
|
[esp32_ota]
|
||||||
lib_deps =
|
lib_deps =
|
||||||
me-no-dev/ESPAsyncWebServer @ ^3.6.0
|
ESP32Async/ESPAsyncWebServer @ 3.10.3
|
||||||
file://arch/esp32/AsyncElegantOTA
|
file://arch/esp32/AsyncElegantOTA
|
||||||
|
|
||||||
; esp32c6 uses arduino framework 3.x
|
; esp32c6 uses arduino framework 3.x
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue