diff --git a/src/main.cpp b/src/main.cpp index d370e9a..c4907b2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -154,7 +154,7 @@ void rtc_init() { if (! rtc.begin()) { Serial.println("RTC introuvable !"); // ligne de debug à commenter en prod // ajouter un message d'erreur par clignotement de LED - // ajouter rebooter l'esp + ESP.restart(); while (1); } if (rtc.lostPower()) {