WiFi app added

This commit is contained in:
Gabor
2017-06-07 12:38:43 +02:00
committed by Kiss-Vamosi Gabor
parent a02fb7bf82
commit b7445f2346
11 changed files with 585 additions and 8 deletions

View File

@@ -133,6 +133,11 @@ void lv_app_init(void)
dsc = ll_ins_head(&app_dsc_ll);
*dsc = lv_app_files_init();
#endif
#if USE_LV_APP_WIFI != 0
dsc = ll_ins_head(&app_dsc_ll);
*dsc = lv_app_wifi_init();
#endif
}
/**