mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Moved updating firmware to own thread
This commit is contained in:
parent
d66faf6ecd
commit
cc9e67533c
3 changed files with 23 additions and 12 deletions
|
@ -26,6 +26,7 @@ class IspBase():
|
|||
self.writeFlash(flashData)
|
||||
print("Verifying %i bytes" % len(flashData))
|
||||
self.verifyFlash(flashData)
|
||||
print("Completed")
|
||||
|
||||
def getSignature(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue