We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0addb54 commit 999bf97Copy full SHA for 999bf97
internal_filesystem/main.py
@@ -187,8 +187,8 @@ def slider_event(e):
187
wifi_label.set_style_text_color(COLOR_DRAWER_BUTTONTEXT,0)
188
def wifi_event(e):
189
global drawer_open
190
- #wifi_screen.set_y(0) # TODO: make this
191
close_drawer()
+ start_app("/builtin/apps/com.example.wificonf")
192
193
wifi_btn.add_event_cb(wifi_event,lv.EVENT.CLICKED,None)
194
#
0 commit comments