Skip to content

Commit 31e785e

Browse files
Update platformio.ini (#618)
ArduinoJson version 7 and above is a huge change and causes the project to fail to compile
1 parent 5c01a28 commit 31e785e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ src_dir = pio/src
1515

1616
[common_env_data]
1717
lib_deps =
18-
ArduinoJson@>5
18+
ArduinoJson@<7
1919
ESP Async WebServer
2020
OneWire
2121
DallasTemperature

0 commit comments

Comments
 (0)