mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-06 02:01:57 +02:00
more format
This commit is contained in:
@@ -80,7 +80,9 @@ extern "C" void preinit(void) {
|
||||
// If more than 3 consecutive crashes, enter safe mode
|
||||
if (rtcMem.rebootCount >= 3) {
|
||||
// Boot into UART download mode
|
||||
Serialtemp.println(F("\r\n\r\nEntering safe mode due to repeated crashes."));
|
||||
Serialtemp.println(
|
||||
F("\r\n\r\nEntering safe mode due to repeated crashes.")
|
||||
);
|
||||
Serialtemp.println(F("Entering flash mode..."));
|
||||
// Serial needs to be stay active for
|
||||
// rebootIntoUartDownloadMode to work.
|
||||
|
||||
Reference in New Issue
Block a user