This commit is contained in:
Just Call Me Koko
2020-08-31 18:45:10 -04:00
parent 53cef7f44f
commit 06a172e28c
6 changed files with 109 additions and 9 deletions

View File

@@ -927,7 +927,8 @@ void ta_event_cb(lv_obj_t * ta, lv_event_t event)
void Display::main(uint8_t scan_mode)
{
if (scan_mode == LV_JOIN_WIFI)
if ((scan_mode == LV_JOIN_WIFI) ||
(scan_mode == LV_ADD_SSID))
lv_task_handler();
return;
}