diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-22 20:00:22 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2020-07-22 20:00:22 +0200 |
| commit | c297f65f1d95f80df597d0cea49cc92dfdcae0a3 (patch) | |
| tree | dc8a7a49eabcaeab80c50a588e242a51e0175e56 /platformio.ini | |
| parent | 642df2851dd333178e509731c513480b2adb6278 (diff) | |
add current weather and forecast
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platformio.ini b/platformio.ini index 12347c3..fefab06 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,4 +13,4 @@ platform = espressif32 board = esp32dev framework = arduino upload_speed = 921600 -lib_deps = GxEPD2, Wire, QRCode, U8g2_for_Adafruit_GFX +lib_deps = GxEPD2, Wire, QRCode, U8g2_for_Adafruit_GFX, ArduinoJson |
