Browse Source
Merge pull request #2306 from petrkr/otaupdate2
SDK3.x: Fix OTA includes, bump Async version
pull/1395/head
Liam Cottle
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
5 additions and
7 deletions
-
arch/esp32/AsyncElegantOTA/src/AsyncElegantOTA.h
-
platformio.ini
-
variants/lilygo_tlora_c6/platformio.ini
-
variants/xiao_c6/platformio.ini
|
|
|
@ -15,8 +15,6 @@ |
|
|
|
#include "WiFi.h" |
|
|
|
#include "AsyncTCP.h" |
|
|
|
#include "Update.h" |
|
|
|
#include "esp_int_wdt.h" |
|
|
|
#include "esp_task_wdt.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "Hash.h" |
|
|
|
|
|
|
|
@ -66,7 +66,7 @@ build_src_filter = ${arduino_base.build_src_filter} |
|
|
|
|
|
|
|
[esp32_ota] |
|
|
|
lib_deps = |
|
|
|
me-no-dev/ESPAsyncWebServer @ ^3.6.0 |
|
|
|
ESP32Async/ESPAsyncWebServer @ 3.10.3 |
|
|
|
file://arch/esp32/AsyncElegantOTA |
|
|
|
|
|
|
|
; esp32c6 uses arduino framework 3.x |
|
|
|
|
|
|
|
@ -46,7 +46,7 @@ build_flags = |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = |
|
|
|
${tlora_c6.lib_deps} |
|
|
|
; ${esp32_ota.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |
|
|
|
|
|
|
|
[env:LilyGo_Tlora_C6_room_server_] |
|
|
|
extends = tlora_c6 |
|
|
|
@ -63,7 +63,7 @@ build_flags = |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = |
|
|
|
${tlora_c6.lib_deps} |
|
|
|
; ${esp32_ota.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |
|
|
|
|
|
|
|
[env:LilyGo_Tlora_C6_companion_radio_ble_] |
|
|
|
extends = tlora_c6 |
|
|
|
|
|
|
|
@ -46,7 +46,7 @@ build_flags = |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = |
|
|
|
${Xiao_C6.lib_deps} |
|
|
|
; ${esp32_ota.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |
|
|
|
|
|
|
|
[env:Xiao_C6_companion_radio_ble_] |
|
|
|
extends = Xiao_C6 |
|
|
|
@ -163,7 +163,7 @@ build_flags = |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = |
|
|
|
${WHY2025_badge.lib_deps} |
|
|
|
; ${esp32_ota.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |
|
|
|
|
|
|
|
[env:WHY2025_badge_companion_radio_ble_] |
|
|
|
extends = WHY2025_badge |
|
|
|
|