From 22e379962c9d7809e7c87d3bdd71862942453099 Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Sat, 23 May 2026 20:15:40 +0200 Subject: [PATCH] fix: upload_flags --auth incompatible esptool USB, commentaire OTA Co-Authored-By: Claude Sonnet 4.6 --- platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 0e76a1a..39f51be 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,4 +14,5 @@ lib_deps = knolleary/PubSubClient @ ^2.8 bblanchon/ArduinoJson @ ^7.2 -upload_flags = --auth=Jardin2026 +; OTA : pio run -t upload --upload-port --upload-flag=--auth=Jardin2026 +; USB : pio run -t upload (pas de flag auth nécessaire)