mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
F2 calls 'show values'
This commit is contained in:
@@ -265,7 +265,7 @@ void Shell::loop_normal() {
|
||||
} else if (esc_ == 11) { // F1
|
||||
set_command_str("help");
|
||||
} else if (esc_ == 12) { // F2
|
||||
set_command_str("show");
|
||||
set_command_str("show values");
|
||||
} else if (esc_ == 13) { // F3
|
||||
set_command_str("log notice");
|
||||
} else if (esc_ == 14) { // F4
|
||||
|
||||
Reference in New Issue
Block a user