diff --git a/lib/uuid-console/src/shell.cpp b/lib/uuid-console/src/shell.cpp index 4d28d0044..608d485bb 100644 --- a/lib/uuid-console/src/shell.cpp +++ b/lib/uuid-console/src/shell.cpp @@ -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