first commit

This commit is contained in:
wen
2025-09-30 13:01:24 +08:00
parent d8d17c8076
commit ec83999cef
40 changed files with 13830 additions and 136 deletions

View File

@@ -171,12 +171,12 @@ static void nvs_eepom_sysInfo_factoryinfo(void)//出厂设置
nvs_SysInfo.backlight=100;
nvs_SysInfo.autobacklight=1;//自动亮度是否开启(功能改为屏保是否启用)
nvs_SysInfo.autoupdatetime=1;
nvs_SysInfo.autoupdatetime=1;//默认开启自动更新
nvs_SysInfo.autoScreentime=30;//默认30s
nvs_SysInfo.subdevice_array[3]=1; //默认显示场景开关4路
memcpy(nvs_SysInfo.tzzone,(const char *)"GMT-8",strlen((const char *)"GMT-8"));
// memcpy(nvs_SysInfo.tzzone,(const char *)"GMT-8",strlen((const char *)"GMT-8"));
}
static void nvs_eepom_sysInfo_factory(void)//出厂设置
{