--- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py Fri Oct 25 09:47:48 2024 +0200 +++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py Fri Oct 25 17:58:59 2024 +0200 @@ -549,7 +549,7 @@ """ from .EspDevices import eraseFlash - eraseFlash(self.microPython.getCurrentPort()) + eraseFlash(self.microPython.getCurrentPort(), parent=self.microPython) @pyqtSlot() def __esp32FlashPython(self):