F2 calls 'show values'

This commit is contained in:
Proddy
2023-02-11 12:23:56 +01:00
parent c76b250c3b
commit ac5635b671

View File

@@ -265,7 +265,7 @@ void Shell::loop_normal() {
} else if (esc_ == 11) { // F1 } else if (esc_ == 11) { // F1
set_command_str("help"); set_command_str("help");
} else if (esc_ == 12) { // F2 } else if (esc_ == 12) { // F2
set_command_str("show"); set_command_str("show values");
} else if (esc_ == 13) { // F3 } else if (esc_ == 13) { // F3
set_command_str("log notice"); set_command_str("log notice");
} else if (esc_ == 14) { // F4 } else if (esc_ == 14) { // F4