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

@@ -11,7 +11,7 @@
#define D_System_Storage "16MB+8MB"
#define D_System_Hardware "1.0"
#define D_System_Screen "480*480"
#define D_System_Ver 104
#define D_System_Ver 105
enum
{
@@ -83,6 +83,9 @@ enum
MENU_LIST_SetClockauto, //自动设置时间
MENU_LIST_SetClockDate, //日期
MENU_LIST_SetClockTime, //时间
MENU_LIST_SetClockZone, //时区
MENU_LIST_SetClockChange, //时间设置的更改
MENU_LIST_SetClockcancel, //时间设置的取消
MENU_LIST_SetLanguange, //语言
MENU_LIST_SetNetwork, //网络
MENU_LIST_SetScene, //场景
@@ -221,7 +224,7 @@ enum
MENU_LIST_OTA_NEW_VER,//新版本
MENU_LIST_Clockmodeselect, //时钟+开关
MENU_LIST_switchhmodeselect, //时钟+开关
MENU_LIST_power_date_alarm, //上电时间警告
MENU_LIST_MAX,
};