Skip to content

Commit

Permalink
[flash_online] fix blue key
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Sep 22, 2017
1 parent a77a400 commit 83f9290
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -158,7 +158,7 @@ def blue(self):
self.selection = self.selection + 1
if self.selection == len(self.list):
self.selection = 0
self["key_yellow"].setText(_(self.list[self.selection]))
self["key_blue"].setText(_(self.list[self.selection]))
if getMachineBuild() in ("gb7252"):
self.multi = self.read_startup("/boot/" + self.list[self.selection]).split(".",1)[1].split(":",1)[0]
self.multi = self.multi[-1:]
Expand Down

0 comments on commit 83f9290

Please sign in to comment.