Browse Source

Merge pull request #3 from DanielR92/zero-export

Add some smal fixes and some features
pull/1537/head
tictrick 10 months ago
committed by GitHub
parent
commit
484112d760
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      src/platformio.ini

3
src/platformio.ini

@ -32,8 +32,7 @@ lib_deps =
bblanchon/ArduinoJson @ ^6.21.3 bblanchon/ArduinoJson @ ^6.21.3
https://github.com/JChristensen/Timezone @ ^1.2.4 https://github.com/JChristensen/Timezone @ ^1.2.4
olikraus/U8g2 @ ^2.35.9 olikraus/U8g2 @ ^2.35.9
https://github.com/zinggjm/GxEPD2#1.5.3 https://github.com/zinggjm/GxEPD2#1.5.3s
olliiiver/SML Parser@^0.28
build_flags = build_flags =
-std=c++17 -std=c++17
-std=gnu++17 -std=gnu++17

Loading…
Cancel
Save