feat: module MQTT complet + mutex xSondesMutex thread-safety
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user