mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Update mtk_gui
Fix issues on missing reconnect and uartloglevel in gui
This commit is contained in:
parent
305903c64d
commit
facb6bf5ff
1 changed files with 2 additions and 0 deletions
2
mtk_gui
2
mtk_gui
|
@ -62,6 +62,8 @@ class DeviceHandler(QObject):
|
|||
update_status_text=self.update_status_text)
|
||||
config.gpt_settings = gpt_settings(gpt_num_part_entries='0', gpt_part_entry_size='0',
|
||||
gpt_part_entry_start_lba='0') # This actually sets the right GPT settings..
|
||||
config.reconnect = True
|
||||
config.uartloglevel = 2
|
||||
self.loglevel = logging.DEBUG
|
||||
self.da_handler = DA_handler(Mtk(config=config, loglevel=logging.INFO), loglevel)
|
||||
|
||||
|
|
Loading…
Reference in a new issue