mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Hotspot test and fix
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ class HotspotSettings(Activity):
|
||||
self.refresh_status()
|
||||
|
||||
def should_show_password(self, setting):
|
||||
authmode = self.prefs.get_string("authmode", None)
|
||||
authmode = self.ui_prefs.get_string("authmode", None)
|
||||
if authmode is None:
|
||||
authmode = self.DEFAULTS["authmode"]
|
||||
return authmode != "none"
|
||||
|
||||
Reference in New Issue
Block a user