We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f492414 commit eacbc9bCopy full SHA for eacbc9b
src/drivers/dingux-sdl/menu.h
@@ -31,10 +31,10 @@ typedef enum {RESUME_OPTIONS} ENUM_RESUME_OPTIONS;
31
#define NOTIF_SECONDS_DISP 2
32
33
////------ Menu commands -------
34
-#define SHELL_CMD_VOLUME_GET "volume_get"
35
-#define SHELL_CMD_VOLUME_SET "volume_set"
36
-#define SHELL_CMD_BRIGHTNESS_GET "brightness_get"
37
-#define SHELL_CMD_BRIGHTNESS_SET "brightness_set"
+#define SHELL_CMD_VOLUME_GET "volume get"
+#define SHELL_CMD_VOLUME_SET "volume set"
+#define SHELL_CMD_BRIGHTNESS_GET "brightness get"
+#define SHELL_CMD_BRIGHTNESS_SET "brightness set"
38
#define SHELL_CMD_NOTIF "notif_set"
39
#define SHELL_CMD_WRITE_QUICK_LOAD_CMD "write_args_quick_load_file"
40
#define SHELL_CMD_TURN_AMPLI_ON "start_audio_amp 1"
0 commit comments