mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-17 03:48:55 +00:00
first commit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user