Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions arch/esp32/AsyncElegantOTA/src/AsyncElegantOTA.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions variants/lilygo_tlora_c6/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions variants/xiao_c6/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down