Skip to content

Commit

Permalink
fix: Fix display build with BLE ota
Browse files Browse the repository at this point in the history
  • Loading branch information
jniebuhr committed Dec 19, 2024
1 parent 6c741ac commit c355d71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ lib_deps =
moononournation/GFX Library for Arduino @ 1.3.7
FS
SPIFFS
ble_ota_dfu+
h2zero/NimBLE-Arduino@^1.4.0
homespan/HomeSpan@1.9.1
mathieucarbou/AsyncTCP @ ^3.2.14
Expand All @@ -58,7 +59,10 @@ lib_deps =
extends = env:base
board = Gaggimate-Controller
build_src_filter = -<*> +<controller/>
lib_deps =
lib_deps =
FS
SPIFFS
ble_ota_dfu
br3ttb/PID-AutoTune@^1.0.0
br3ttb/PID@^1.2.1
adafruit/MAX6675 library@^1.1.2
Expand Down

0 comments on commit c355d71

Please sign in to comment.