update modbus

This commit is contained in:
2026-02-09 17:55:33 +08:00
parent 270141591e
commit fb4e311fbe
22 changed files with 4279 additions and 2075 deletions
File diff suppressed because it is too large Load Diff
+3
View File
@@ -10,11 +10,14 @@ typedef struct
u8 deliniter_main_index;/*主界面选中区域的全局索引*/
u8 real_alarm_index;/*实时报警界面页码*/
u8 detail_main_index;/*区域详情界面页码*/
u8 device_config_index;/*设备配置界面页码*/
u8 history_alarm_index;/*历史报警界面页码*/
}gui_tjc_hmi_page_t;
typedef struct
{
gui_tjc_hmi_page_t page;
u8 password[4];
void (*init)(void);
}gui_tjc_hmi_t;