From a120aa10fc109d03153863255398b62be8d980c2 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Wed, 2 Jun 2021 18:53:55 +0100 Subject: [PATCH] Add Json dependency to project --- Control/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Control/platformio.ini b/Control/platformio.ini index 7daf920..54c5471 100644 --- a/Control/platformio.ini +++ b/Control/platformio.ini @@ -21,3 +21,4 @@ lib_deps = me-no-dev/AsyncTCP@^1.1.1 me-no-dev/ESPAsyncTCP@^1.2.2 me-no-dev/ESP Async WebServer@^1.2.3 + bblanchon/ArduinoJson@^6.18.0