mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 18:29:52 +03:00
esp32 uart modes with delay included, but failed
This commit is contained in:
@@ -65,7 +65,11 @@ void EMSESPShell::display_banner() {
|
||||
|
||||
println();
|
||||
printfln(F("┌──────────────────────────────────────────┐"));
|
||||
#if defined(ESP32)
|
||||
printfln(F("│ %sEMS-ESP version %-10s ESP32%s │"), COLOR_BOLD_ON, settings.app_version().c_str(), COLOR_BOLD_OFF);
|
||||
#else
|
||||
printfln(F("│ %sEMS-ESP version %-10s%s │"), COLOR_BOLD_ON, settings.app_version().c_str(), COLOR_BOLD_OFF);
|
||||
#endif
|
||||
printfln(F("│ %s%shttps://github.com/proddy/EMS-ESP%s │"), COLOR_BRIGHT_GREEN, COLOR_UNDERLINE, COLOR_RESET);
|
||||
printfln(F("│ │"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user