mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-23 14:58:55 +00:00
first commit
This commit is contained in:
@@ -123,7 +123,7 @@ typedef struct {
|
||||
// uint8_t debug;
|
||||
uint8_t language;//语言
|
||||
|
||||
uint8_t autoupdatetime;//是否自动更新时间
|
||||
uint8_t autoupdatetime;//是否自动更新时间 0手动 1自动
|
||||
|
||||
uint8_t backlight;//亮度
|
||||
uint8_t autobacklight;//是否自动亮度
|
||||
@@ -229,6 +229,8 @@ extern nvs_Sys_Info nvs_SysInfo;
|
||||
|
||||
#define SET_nvs_Sys_Info_autoupdatetime(val) (nvs_SysInfo.autoupdatetime=val)
|
||||
#define GET_nvs_Sys_Info_autoupdatetime() (nvs_SysInfo.autoupdatetime)
|
||||
#define SET_nvs_Sys_Info_tzzone(val) (nvs_SysInfo.tzzone[0]=val)
|
||||
#define GET_nvs_Sys_Info_tzzone() (nvs_SysInfo.tzzone[0])
|
||||
|
||||
#define SET_nvs_Sys_Info_backlight(val) (nvs_SysInfo.backlight=val)
|
||||
#define GET_nvs_Sys_Info_backlight() (nvs_SysInfo.backlight)
|
||||
|
||||
Reference in New Issue
Block a user