mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-19 02:12:38 +01:00
bug fix,keyboard
This commit is contained in:
@@ -604,6 +604,10 @@ class WifiList(Page):
|
||||
self.ReturnToUpLevelPage()
|
||||
self._Screen.Draw()
|
||||
self._Screen.SwapAndShow()
|
||||
|
||||
def OnReturnBackCb(self):
|
||||
password_inputed = "".join(myvars.PasswordPage._Textarea._MyWords)
|
||||
self.ConfigWireless(password_inputed)
|
||||
|
||||
def KeyDown(self,event):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user