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 1d50e6a commit 7ced860Copy full SHA for 7ced860
menu/menu.h
@@ -172,10 +172,10 @@ typedef enum {RESUME_OPTIONS} ENUM_RESUME_OPTIONS;
172
#define NOTIF_SECONDS_DISP 2
173
174
////------ Menu commands -------
175
-#define SHELL_CMD_VOLUME_GET "volume_get"
176
-#define SHELL_CMD_VOLUME_SET "volume_set"
177
-#define SHELL_CMD_BRIGHTNESS_GET "brightness_get"
178
-#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"
179
#define SHELL_CMD_NOTIF "notif_set"
180
#define SHELL_CMD_NOTIF_CLEAR "notif_clear"
181
#define SHELL_CMD_WRITE_QUICK_LOAD_CMD "write_args_quick_load_file"
0 commit comments