remove colors

This commit is contained in:
proddy
2026-06-08 22:34:27 +02:00
parent 4bff05a1c6
commit 8496a911da

View File

@@ -624,15 +624,15 @@ void EMSESPShell::stopped() {
// show welcome banner
void EMSESPShell::display_banner() {
println();
printfln("┌───────────────────────────────────────");
printfln("%sEMS-ESP version %-20s%s │", COLOR_BOLD_ON, EMSESP_APP_VERSION, COLOR_BOLD_OFF);
printfln("┌─────────────────────────────────────┐");
printfln("│ EMS-ESP version %-18s │", EMSESP_APP_VERSION);
printfln("│ │");
printfln("│ %shelp%s to show available commands │", COLOR_UNDERLINE, COLOR_RESET);
printfln("│ %ssu%s to access admin commands │", COLOR_UNDERLINE, COLOR_RESET);
printfln("│ │");
printfln("│ %s%shttps://github.com/emsesp/EMS-ESP32%s", COLOR_BRIGHT_GREEN, COLOR_UNDERLINE, COLOR_RESET);
printfln("│ %s%shttps://emsesp.org%s ", COLOR_GREEN, COLOR_UNDERLINE, COLOR_RESET);
printfln("│ │");
printfln("└───────────────────────────────────────");
printfln("└─────────────────────────────────────┘");
println();
// set console name