mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
use usr/local/sbin binaries in menu
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
5f1db4952f
commit
edc5f7d277
@ -35,13 +35,13 @@ typedef enum {ASPECT_RATIOS} ENUM_ASPECT_RATIOS_TYPES;
|
|||||||
#define STEP_CHANGE_BRIGHTNESS 10
|
#define STEP_CHANGE_BRIGHTNESS 10
|
||||||
|
|
||||||
////------ Menu commands -------
|
////------ Menu commands -------
|
||||||
#define SHELL_CMD_VOLUME_GET "/root/shell_cmds/volume_get.sh"
|
#define SHELL_CMD_VOLUME_GET "volume_get"
|
||||||
#define SHELL_CMD_VOLUME_SET "/root/shell_cmds/volume_set.sh"
|
#define SHELL_CMD_VOLUME_SET "volume_set"
|
||||||
#define SHELL_CMD_BRIGHTNESS_GET "/root/shell_cmds/brightness_get.sh"
|
#define SHELL_CMD_BRIGHTNESS_GET "brightness_get"
|
||||||
#define SHELL_CMD_BRIGHTNESS_SET "/root/shell_cmds/brightness_set.sh"
|
#define SHELL_CMD_BRIGHTNESS_SET "brightness_set"
|
||||||
#define SHELL_CMD_USB_MOUNT "share start"
|
#define SHELL_CMD_USB_MOUNT "share start"
|
||||||
#define SHELL_CMD_USB_UNMOUNT "share stop"
|
#define SHELL_CMD_USB_UNMOUNT "share stop"
|
||||||
#define SHELL_CMD_POWERDOWN "shutdown -h now"
|
#define SHELL_CMD_POWERDOWN "shutdown_funkey"
|
||||||
|
|
||||||
class MenuMode
|
class MenuMode
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user