From 944bf197a15346b23d517ad928e65b7c1d1479e0 Mon Sep 17 00:00:00 2001 From: Stephen Schwetz Date: Tue, 11 Mar 2025 22:20:48 +1100 Subject: [PATCH] Update ArduinoJson to use hash of commit --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index bcbb391..9d7683b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,7 +18,7 @@ extra_scripts = pre:pre_build.py merge_firmware.py lib_deps = - https://github.com/bblanchon/ArduinoJson.git @ 7.0.4 + https://github.com/bblanchon/ArduinoJson.git#36e1eec https://github.com/knolleary/pubsubclient.git luc-github/ESP32SSDP@^1.2.1