From 75938b9956591f007151d74299170e0271118729 Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Sat, 23 May 2026 16:19:16 +0200 Subject: [PATCH] fix: version ArduinoJson ^7.2, commentaire platformio.ini Co-Authored-By: Claude Sonnet 4.6 --- platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index b609470..0e76a1a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,4 +1,5 @@ -; PlatformIO Project Configuration File +; esp_jardin — station de monitoring jardin, ESP32 + 3× DS18B20 +; WiFi hybride STA/AP, interface web WebSocket, API REST, MQTT avec deadband [env:esp32dev] platform = espressif32 board = esp32dev @@ -11,6 +12,6 @@ lib_deps = paulstoffregen/OneWire @ ^2.3.7 milesburton/DallasTemperature @ ^3.11.0 knolleary/PubSubClient @ ^2.8 - bblanchon/ArduinoJson @ ^7 + bblanchon/ArduinoJson @ ^7.2 upload_flags = --auth=Jardin2026