Minor animation improvements.

This commit is contained in:
2023-09-07 02:41:22 +02:00
parent d296242480
commit 97f95c752d
3 changed files with 733 additions and 732 deletions

View File

@@ -867,7 +867,7 @@ void handle_command()
}
if (reset_wifi_creds == true)
{
reset_wifi_credentials(); // this function will not return
reset_wifi_credentials(); // this function will not return
}
EEPROM_write_to_address(ADR_NM_START_H, night_mode_times.start_hour);