bug fix,keyboard

This commit is contained in:
cuu
2018-10-11 03:12:02 +08:00
parent d665d739e7
commit c30aee6b3c
2 changed files with 5 additions and 2 deletions

View File

@@ -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):