Now screen freezed on "Start Screen" until connecting to wifi is done.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user