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 """ |