Add sound alert on startup
This commit is contained in:
@@ -26,7 +26,12 @@
|
||||
#include <driver/backlight.h>
|
||||
|
||||
enum POWER_OnDisplayMode_t {
|
||||
#ifdef ENABLE_FEAT_F4HWN
|
||||
POWER_ON_DISPLAY_MODE_ALL,
|
||||
POWER_ON_DISPLAY_MODE_SOUND,
|
||||
#else
|
||||
POWER_ON_DISPLAY_MODE_FULL_SCREEN = 0,
|
||||
#endif
|
||||
POWER_ON_DISPLAY_MODE_MESSAGE,
|
||||
POWER_ON_DISPLAY_MODE_VOLTAGE,
|
||||
POWER_ON_DISPLAY_MODE_NONE
|
||||
|
Reference in New Issue
Block a user