Moved updating firmware to own thread

This commit is contained in:
Jaime van Kessel 2015-04-17 11:25:52 +02:00
parent d66faf6ecd
commit cc9e67533c
3 changed files with 23 additions and 12 deletions

View file

@ -26,6 +26,7 @@ class IspBase():
self.writeFlash(flashData)
print("Verifying %i bytes" % len(flashData))
self.verifyFlash(flashData)
print("Completed")
def getSignature(self):
"""