@@ -72,7 +72,7 @@ def __init__(self):
7272 # PlugIns
7373 self .plugins = FramePlugIns (self )
7474 self .plugins .label .configure (font = FONT_CATEGORY )
75- self .plugins .mp_debug_btn .configure (command = self ._debug_device )
75+ # self.plugins.mp_debug_btn.configure(command=self._debug_device)
7676 self .plugins .mp_version_btn .configure (command = self ._get_version )
7777 self .plugins .mp_version_btn .pack_forget ()
7878 self .plugins .mp_structure_btn .configure (command = self ._get_structure )
@@ -230,7 +230,7 @@ def _disable_buttons(self) -> None:
230230 self .information .memory_info_btn .configure (state = 'disabled' )
231231 self .information .mac_info_btn .configure (state = 'disabled' )
232232 self .information .flash_status_btn .configure (state = 'disabled' )
233- self .plugins .mp_debug_btn .configure (state = 'disabled' )
233+ # self.plugins.mp_debug_btn.configure(state='disabled')
234234 self .plugins .mp_version_btn .configure (state = 'disabled' )
235235 self .plugins .mp_structure_btn .configure (state = 'disabled' )
236236 self .erase_device .erase_btn .configure (state = 'disabled' )
@@ -246,7 +246,7 @@ def _enable_buttons(self) -> None:
246246 self .information .memory_info_btn .configure (state = 'normal' )
247247 self .information .mac_info_btn .configure (state = 'normal' )
248248 self .information .flash_status_btn .configure (state = 'normal' )
249- self .plugins .mp_debug_btn .configure (state = 'normal' )
249+ # self.plugins.mp_debug_btn.configure(state='normal')
250250 self .plugins .mp_version_btn .configure (state = 'normal' )
251251 self .plugins .mp_structure_btn .configure (state = 'normal' )
252252 self .erase_device .erase_btn .configure (state = 'normal' )
0 commit comments