From 31e785ee24f4970ad13cc0f418e18bd1a5e3a3d5 Mon Sep 17 00:00:00 2001 From: thegreatgunbantoad <60237779+thegreatgunbantoad@users.noreply.github.com> Date: Tue, 23 Apr 2024 21:44:02 +0100 Subject: [PATCH] Update platformio.ini (#618) ArduinoJson version 7 and above is a huge change and causes the project to fail to compile --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index af2ceb0..4fc0abd 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,7 +15,7 @@ src_dir = pio/src [common_env_data] lib_deps = - ArduinoJson@>5 + ArduinoJson@<7 ESP Async WebServer OneWire DallasTemperature