Browse Source

Merge c41fb4979d into c4fe30f118

pull/1890/merge
permissionBRICK 2 weeks ago
committed by GitHub
parent
commit
a79c20bf9c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      src/platformio.ini

3
src/platformio.ini

@ -28,7 +28,7 @@ extra_scripts =
lib_deps =
https://github.com/nRF24/RF24.git#v1.4.8
paulstoffregen/Time @ ^1.6.1
https://github.com/bertmelis/espMqttClient#v1.7.0
https://github.com/bertmelis/espMqttClient#v1.7.3
bblanchon/ArduinoJson @ ^6.21.5
https://github.com/JChristensen/Timezone @ ^1.2.4
olikraus/U8g2 @ ^2.35.9
@ -157,6 +157,7 @@ board = lolin_d32
lib_deps =
${env.lib_deps}
https://github.com/mathieucarbou/ESPAsyncWebServer#v3.3.12
https://github.com/ESP32Async/AsyncTCP#v3.4.10
build_flags = ${env.build_flags}
-DSPI_HAL
monitor_filters =

Loading…
Cancel
Save