more format

This commit is contained in:
unlogisch04
2026-01-13 23:43:25 +01:00
parent 035ae0e03c
commit b5bd79199e

View File

@@ -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.