添加对额外 UI 资源和火焰状态变量的支持
- 增加了 `ui.h` 中资源数组的大小以容纳新的 UI 元素。 - 更新了 `ui_font_chinese_16.c`,添加了更多中文字符以更好地支持本地化。 - 在 `vars.h` 中添加了用于管理火焰状态的新函数,增强了系统的监测能力。
This commit is contained in:
@@ -46,6 +46,8 @@ extern const char *get_var_local_time();
|
||||
extern void set_var_local_time(const char *value);
|
||||
extern const char *get_var_system_ip();
|
||||
extern void set_var_system_ip(const char *value);
|
||||
extern const char *get_var_fire_status();
|
||||
extern void set_var_fire_status(const char *value);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user