From 999bf9726edbb45fc37316477c7ea5ca3262e517 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 1 May 2025 22:20:29 +0200 Subject: [PATCH] menu bar: start wificonf app for wifi button --- internal_filesystem/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #