Now screen freezed on "Start Screen" until connecting to wifi is done.

This commit is contained in:
2025-11-05 19:16:26 +00:00
parent 17fd36ab4c
commit 2a18995886
30 changed files with 50365 additions and 49554 deletions

View File

@@ -18,6 +18,7 @@ typedef struct _objects_t {
lv_obj_t *ibvs_processor;
lv_obj_t *obj0;
lv_obj_t *obj1;
lv_obj_t *obj2;
lv_obj_t *orgenv_name;
lv_obj_t *name_name;
lv_obj_t *question_name;
@@ -27,7 +28,6 @@ typedef struct _objects_t {
lv_obj_t *item3;
lv_obj_t *item4;
lv_obj_t *item5;
lv_obj_t *obj2;
lv_obj_t *obj3;
lv_obj_t *obj4;
lv_obj_t *obj5;
@@ -36,6 +36,7 @@ typedef struct _objects_t {
lv_obj_t *obj8;
lv_obj_t *obj9;
lv_obj_t *obj10;
lv_obj_t *obj11;
} objects_t;
extern objects_t objects;