mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-02 12:07:02 +00:00
gpio exclusion, add name
This commit is contained in:
@@ -97,7 +97,7 @@ void WebLogService::show(Shell & shell) {
|
||||
}
|
||||
|
||||
shell.println();
|
||||
shell.printfln("Recent Log (level %s, max %d messages):", uuid::log::format_level_uppercase(level_), maximum_log_messages_);
|
||||
shell.printfln("Recent Log:");
|
||||
shell.println();
|
||||
|
||||
for (const auto & message : log_messages_) {
|
||||
|
||||
Reference in New Issue
Block a user