功能优化
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
// Globals
|
||||
int32_t g_volume = 50;
|
||||
int32_t g_brightness = 80;
|
||||
uint8_t g_language = 0; // 0=EN, 1=CN
|
||||
uint8_t g_language = 1; // 0=EN, 1=CN
|
||||
|
||||
// Callbacks
|
||||
MenuErrCode on_enter_main(MenuNodeId id, struct MenuCoreCtx* ctx) {
|
||||
|
||||
Reference in New Issue
Block a user