diff --git a/internal_filesystem/main.py b/internal_filesystem/main.py index 92a1f72c..181d3b2c 100644 --- a/internal_filesystem/main.py +++ b/internal_filesystem/main.py @@ -187,8 +187,8 @@ wifi_label.center() wifi_label.set_style_text_color(COLOR_DRAWER_BUTTONTEXT,0) def wifi_event(e): global drawer_open - #wifi_screen.set_y(0) # TODO: make this close_drawer() + start_app("/builtin/apps/com.example.wificonf") wifi_btn.add_event_cb(wifi_event,lv.EVENT.CLICKED,None) #