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

@@ -388,6 +388,7 @@ void init_scr_del_flag(lv_ui *ui)
ui->mianinfopage_del = true;
ui->langinfopage_del = true;
ui->displayinfopage_del = true;
ui->dateinfopage_del = true;
ui->smartinfopage_del = true;
ui->firstinfopage_del = true;
ui->relayinfopage_del = true;
@@ -581,7 +582,22 @@ void gui_guider_init(void)
custom_init(&guider_ui);//有custom_task任务调用初始化
zigbee_uart_int();
// //setenv("TZ", "GMT-8", 1);
// // tz_set(-8);//本地时间就是相对0时区的时间
// if(GET_nvs_Sys_Info_autoupdatetime())//是否自动获时间
// {
// tz_set(0);//本地时间就是相对0时区的时间
// }
// else
// {
// tz_set(GET_nvs_Sys_Info_tzzone());
// }
esp32Timeinit();
// SetTimeZone("UTC+00");
// //setenv("TZ","UTC+0", 1);
// tzset();
#endif
////speech_uart_int();