Skip to content

Commit 999bf97

Browse files
menu bar: start wificonf app for wifi button
1 parent 0addb54 commit 999bf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ def slider_event(e):
187187
wifi_label.set_style_text_color(COLOR_DRAWER_BUTTONTEXT,0)
188188
def wifi_event(e):
189189
global drawer_open
190-
#wifi_screen.set_y(0) # TODO: make this
191190
close_drawer()
191+
start_app("/builtin/apps/com.example.wificonf")
192192

193193
wifi_btn.add_event_cb(wifi_event,lv.EVENT.CLICKED,None)
194194
#

0 commit comments

Comments
 (0)