mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-23 20:25:52 +02:00
Fix firmware update broken on last update , missing variable
This commit is contained in:
parent
9fa3145db0
commit
89897677f6
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ def update_device(dev,q):
|
||||||
pass
|
pass
|
||||||
#get correct firmware from db for updating
|
#get correct firmware from db for updating
|
||||||
firm=False
|
firm=False
|
||||||
|
firm2=False
|
||||||
if ISPRO:
|
if ISPRO:
|
||||||
firm,firm2=utilpro.safe_check(dev,_installed_version,ver_to_install)
|
firm,firm2=utilpro.safe_check(dev,_installed_version,ver_to_install)
|
||||||
elif arch and arch!='':
|
elif arch and arch!='':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue