Skip to content

Commit

Permalink
Fix build because an update to an unmanaged dependency broke the build (
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 authored Dec 26, 2023
1 parent 55edd2e commit a8420a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/targets/common.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ build_flags =
build_src_filter = ${common_env_data.build_src_filter} -<ESP8266*.*> -<STM32*.*>
lib_deps =
ottowinter/ESPAsyncWebServer-esphome @ 3.0.0
esphome/AsyncTCP-esphome @ 2.0.1 # use specific version - an update to this library breaks the build
lemmingdev/ESP32-BLE-Gamepad @ 0.5.2
h2zero/NimBLE-Arduino @ 1.4.1
bblanchon/ArduinoJson @ 6.19.4
Expand Down Expand Up @@ -91,6 +92,7 @@ build_flags =
build_src_filter = ${common_env_data.build_src_filter} -<ESP8266*.*> -<STM32*.*>
lib_deps =
ottowinter/ESPAsyncWebServer-esphome @ 3.0.0
esphome/AsyncTCP-esphome @ 2.0.1 # use specific version - an update to this library breaks the build
bblanchon/ArduinoJson @ 6.19.4

[env_common_esp32s3rx]
Expand Down

0 comments on commit a8420a0

Please sign in to comment.