feat: module MQTT complet + mutex xSondesMutex thread-safety

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-23 16:49:31 +02:00
parent 4854faa027
commit cd8232bafb
5 changed files with 45 additions and 26 deletions
+2
View File
@@ -67,3 +67,5 @@ extern NetworkStatus netStatus;
// Mutex FreeRTOS protégeant l'accès concurrent au buffer historique
// (Core 0 : callbacks AsyncWebServer vs Core 1 : loop/sensors_update)
extern SemaphoreHandle_t xHistMutex;
// Mutex FreeRTOS protégeant l'accès concurrent à sondesEtat[]
extern SemaphoreHandle_t xSondesMutex;