Skip to content

Commit

Permalink
correction texte + message log
Browse files Browse the repository at this point in the history
  • Loading branch information
xlyric committed Nov 13, 2023
1 parent ae2bd0a commit 8dddde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/minuteur.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ bool stop_progr() {
void time_reboot() {
if(timeClient.isTimeSet()) {
if (timeClient.getDay() == 1 && timeClient.getHours() == 0 && timeClient.getMinutes() == 0 && timeClient.getSeconds() <= 15) {
savelogs(timeClient.getFormattedTime() +"-- reboot fuite mémoire time -- ");
savelogs(timeClient.getFormattedTime() +"-- Reboot du Lundi matin -- ");
ESP.restart();
}
}
Expand Down
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ logging.power=true; logging.sct=true; logging.sinus=true;
logging.Set_log_init("-- fin du demarrage: ");
logging.Set_log_init(timeClient.getFormattedTime());
logging.Set_log_init(" --\r\n");
savelogs(timeClient.getFormattedTime() + "-- fin du précédent reboot -- ");


//WebSerial.begin(&server);
Expand Down

0 comments on commit 8dddde2

Please sign in to comment.