From aa1d7b1dde74180428ccd39ea60dcc35e59de770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 11 Aug 2022 14:20:37 +0200 Subject: [PATCH] app: minor, fix dial action --- application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.c b/application.c index 1dfaf74..ad81111 100644 --- a/application.c +++ b/application.c @@ -707,7 +707,7 @@ static const struct menu_command_t menu_commands[] = { .command_handler = &command_uptime, }, { - .shortcut = 'd', + .shortcut = 'D', .name = "date", .command_description = "show/set date and time", .argument = MENU_ARGUMENT_STRING,