eric7/MicroPython/PyBoardDevices.py

branch
eric7
changeset 8322
b422b4e77d19
parent 8318
962bce857696
child 8356
68ec9c3d4de5
equal deleted inserted replaced
8319:ea11a3948f40 8322:b422b4e77d19
318 ) 318 )
319 res = E5MessageBox.information( 319 res = E5MessageBox.information(
320 self.microPython, 320 self.microPython,
321 self.tr("Enable DFU mode"), 321 self.tr("Enable DFU mode"),
322 msg, 322 msg,
323 E5MessageBox.StandardButtons( 323 E5MessageBox.Abort | E5MessageBox.Ok)
324 E5MessageBox.Abort |
325 E5MessageBox.Ok))
326 324
327 return res == E5MessageBox.Ok 325 return res == E5MessageBox.Ok
328 326
329 def __showDfuDisableInstructions(self): 327 def __showDfuDisableInstructions(self):
330 """ 328 """

eric ide

mercurial