From c297f65f1d95f80df597d0cea49cc92dfdcae0a3 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 22 Jul 2020 20:00:22 +0200 Subject: add current weather and forecast --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platformio.ini') 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 -- cgit v1.2.3