Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
sochs committed Mar 18, 2024
1 parent 9315db5 commit 4a1d12a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ lib_deps =
me-no-dev/ESP Async WebServer@1.2.3
me-no-dev/AsyncTCP@1.1.1
AsyncMqttClient@0.8.2
ArduinoJson@5.8.4
asyncHTTPrequest@1.2.1
thijse/ArduinoLog@1.0.3
ArduinoJson@^5.8.4
asyncHTTPrequest@^1.2.1
thijse/ArduinoLog@~1.0.3
protohaus/ESPRandom@1.4.1
lib_ignore =
ESPAsyncTCP
Expand Down Expand Up @@ -125,7 +125,7 @@ board_build.embed_files =
lib_deps = ${env.lib_deps}
;lv_arduino@3.0.1
lvgl@~7.11.0
TFT_eSPI@2.5.31
TFT_eSPI@^2.5.31,<2.5.34
https://github.com/tuniii/lv_lib_qrcode
https://github.com/NicoFR75/PCA9533.git
build_src_filter =
Expand Down

0 comments on commit 4a1d12a

Please sign in to comment.