Skip to content

Commit

Permalink
Minor tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
troyhacks committed Aug 21, 2024
1 parent 0a26aa9 commit ef6bede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/wled_serial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void handleSerial()
USER_PRINTF("Looks like the other partion is invalid as we exepected %s but we booted failsafe to %s. Ignoring boot change.\n",boot_partition->label,running_partition->label);
}
#else
USER_PRINTLN("This function is only for ESP32 and newer boards.");
USER_PRINTLN("Boot partition switching is only available for ESP32 and newer boards.");
#endif
} else if (next == 'X') {
forceReconnect = true; // WLEDMM - force reconnect via Serial
Expand Down

0 comments on commit ef6bede

Please sign in to comment.