Skip to content

Commit 2d7c61e

Browse files
Fix wifi button in drawer
1 parent 14bb627 commit 2d7c61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal_filesystem/lib/mpos

internal_filesystem/lib/mpos/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def slider_event(e):
288288
def wifi_event(e):
289289
global drawer_open
290290
close_drawer()
291-
mpos.apps.start_app_by_name("com.example.wificonf")
291+
mpos.apps.start_app_by_name("com.micropythonos.wificonf")
292292

293293
wifi_btn.add_event_cb(wifi_event,lv.EVENT.CLICKED,None)
294294
#

0 commit comments

Comments
 (0)