Skip to content

Commit 77d4d06

Browse files
luoweiyuanhlym123
authored andcommitted
startup: Fix UnitC6L access page startup.
Signed-off-by: luoweiyuan <luoweiyuan@m5stack.com> Signed-off-by: hlym123 <lwylwt@qq.com>
1 parent 6979df3 commit 77d4d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

m5stack/modules/startup/unit_c6l.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class InfoPages:
211211
def __init__(self, wifi, ssid) -> None:
212212
self._wifi = wifi
213213
self._ssid = ssid or ""
214-
self._page = self.PAGE_HOME
214+
self._page = self.PAGE_ACCESS
215215
self._last_payload = None
216216
self._last_refresh_ms = 0
217217

0 commit comments

Comments
 (0)