permissionBRICK
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
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 = |
|
|
|
|