diff -r f878ae1e6d21 -r dbafba79461d src/eric7/MicroPython/Devices/MicrobitDevices.py --- a/src/eric7/MicroPython/Devices/MicrobitDevices.py Sat Apr 15 11:12:30 2023 +0200 +++ b/src/eric7/MicroPython/Devices/MicrobitDevices.py Sat Apr 15 18:22:09 2023 +0200 @@ -73,6 +73,8 @@ """ super().setConnected(connected) + self._deviceData["local_mip"] = False + if self.hasCircuitPython(): self._submitMode = "paste"