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,