def start(self, device_information):
     self.mw.button_flash.hide()
     PluginBase.start(self, device_information)
     self.mw.set_tool_status_okay("-")
     self.mw.set_uid_status_okay("-")
     self.mw.set_flash_status_okay("-")
     self.mw.set_value_normal('-')
     self.mw.button_continue.hide()
Beispiel #2
0
 def start(self, device_information):
     self.mw.button_flash.hide()
     PluginBase.start(self, device_information)
     self.show_device_information(device_information, clear_value=True)
     self.is_flashing = False
     self.flash_thread.start()
 def start(self, device_information):
     self.mw.button_continue.hide()
     PluginBase.start(self, device_information)
     self.show_device_information(device_information, clear_value=True)