From ef6bedee766fccd68bfb09bc2f2f573175263af7 Mon Sep 17 00:00:00 2001 From: Troy <5659019+troyhacks@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:53:14 -0400 Subject: [PATCH] Minor tidy --- wled00/wled_serial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/wled_serial.cpp b/wled00/wled_serial.cpp index 91efb9c0..dfa0bba4 100644 --- a/wled00/wled_serial.cpp +++ b/wled00/wled_serial.cpp @@ -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