From 42556ba0c6307c971756f4f690e46307c4c648d7 Mon Sep 17 00:00:00 2001 From: thegreatgunbantoad <60237779+thegreatgunbantoad@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:44:45 +0100 Subject: [PATCH] Update platformio.ini 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