forked from btclock/btclock_v3
Better handling of steal screen, add firmware web update functionality
This commit is contained in:
parent
491618dd78
commit
313efb7604
3 changed files with 91 additions and 0 deletions
|
@ -192,6 +192,7 @@ void onWebsocketBlockMessage(esp_websocket_event_data_t *event_data)
|
|||
esp_timer_start_periodic(screenRotateTimer,
|
||||
timerPeriod * usPerSecond);
|
||||
}
|
||||
vTaskDelay(pdMS_TO_TICKS(315*NUM_SCREENS)); // Extra delay because of screen switching
|
||||
}
|
||||
|
||||
if (preferences.getBool("ledFlashOnUpd", false))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue