add a small heads up in case user thought the window haults and press keys
This commit is contained in:
parent
7f0bc9f772
commit
3f0359a396
|
|
@ -293,6 +293,7 @@ class DPT():
|
|||
self._get_api_with_cookies("/extensions/configs/{0}".format("{item}"))
|
||||
|
||||
def update_firmware(self, fwfh):
|
||||
self.info_print("fw updating in progress.. do NOT press anything..")
|
||||
filename = 'FwUpdater.pkg'
|
||||
# upload file
|
||||
response = self._put_api_with_cookies(
|
||||
|
|
|
|||
Loading…
Reference in New Issue