diff -r f2da2c1ab424 -r b7e200d35be9 src/eric7/MicroPython/Devices/MicrobitDevices.py --- a/src/eric7/MicroPython/Devices/MicrobitDevices.py Sat Feb 25 19:43:06 2023 +0100 +++ b/src/eric7/MicroPython/Devices/MicrobitDevices.py Sun Feb 26 12:45:22 2023 +0100 @@ -363,7 +363,7 @@ Private slot to show the firmware version of the connected device and the available firmware version. """ - if self.microPython.isConnected() and self.checkDeviceData(): + if self.microPython.isConnected() and self.checkDeviceData(quiet=False): if self._deviceData["mpy_name"] not in ("micropython", "circuitpython"): EricMessageBox.critical( None,