262 available firmware version. |
262 available firmware version. |
263 """ |
263 """ |
264 if self.microPython.isConnected(): |
264 if self.microPython.isConnected(): |
265 if self._deviceData["mpy_name"] != "micropython": |
265 if self._deviceData["mpy_name"] != "micropython": |
266 EricMessageBox.critical( |
266 EricMessageBox.critical( |
267 None, |
267 self.microPython, |
268 self.tr("Show MicroPython Versions"), |
268 self.tr("Show MicroPython Versions"), |
269 self.tr( |
269 self.tr( |
270 """The firmware of the connected device cannot be""" |
270 """The firmware of the connected device cannot be""" |
271 """ determined or the board does not run MicroPython.""" |
271 """ determined or the board does not run MicroPython.""" |
272 """ Aborting...""" |
272 """ Aborting...""" |