src/eric7/MicroPython/Devices/MicrobitDevices.py

branch
eric7
changeset 9804
b7e200d35be9
parent 9766
f0e22f3a5878
child 9829
cafb132fe3bb
equal deleted inserted replaced
9801:f2da2c1ab424 9804:b7e200d35be9
361 def __showFirmwareVersions(self): 361 def __showFirmwareVersions(self):
362 """ 362 """
363 Private slot to show the firmware version of the connected device and the 363 Private slot to show the firmware version of the connected device and the
364 available firmware version. 364 available firmware version.
365 """ 365 """
366 if self.microPython.isConnected() and self.checkDeviceData(): 366 if self.microPython.isConnected() and self.checkDeviceData(quiet=False):
367 if self._deviceData["mpy_name"] not in ("micropython", "circuitpython"): 367 if self._deviceData["mpy_name"] not in ("micropython", "circuitpython"):
368 EricMessageBox.critical( 368 EricMessageBox.critical(
369 None, 369 None,
370 self.tr("Show MicroPython Versions"), 370 self.tr("Show MicroPython Versions"),
371 self.tr( 371 self.tr(

eric ide

mercurial