Skip to content

Commit

Permalink
[hd51] fix flash online bsod yellow key
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Sep 23, 2017
1 parent da52e9e commit 9392f3c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -168,7 +168,7 @@ def yellow(self):
self.multi = self.read_startup("/boot/" + self.list[self.selection]).split(".",1)[1].split(":",1)[0]
self.multi = self.multi[-1:]
else:
self.multi = self.read_startup("/boot/" + self.list[self.selection]).split(".",1)[1].split("",1)[0]
self.multi = self.read_startup("/boot/" + self.list[self.selection]).split(".",1)[1].split(" ",1)[0]
self.multi = self.multi[-1:]
print "[Flash Online] MULTI:",self.multi
if getMachineBuild() in ("hd51","vs1500","h7","ceryon7252"):
Expand Down

0 comments on commit 9392f3c

Please sign in to comment.