From 43b89487b99fad1066ffaef072944dd1eaa32158 Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Thu, 28 Jan 2021 23:20:32 -0500 Subject: [PATCH] firmware_flasher: refresh device list after flashing --- src/main/python/firmware_flasher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/python/firmware_flasher.py b/src/main/python/firmware_flasher.py index fa68456..2f2fd77 100644 --- a/src/main/python/firmware_flasher.py +++ b/src/main/python/firmware_flasher.py @@ -289,3 +289,4 @@ class FirmwareFlasher(BasicEditor): self.btn_select_file.setEnabled(True) self.btn_flash.setEnabled(True) self.main.unlock_ui() + self.main.on_click_refresh()