--- a/src/eric7/MicroPython/Devices/EspDevices.py Tue Feb 14 18:10:30 2023 +0100 +++ b/src/eric7/MicroPython/Devices/EspDevices.py Wed Feb 15 15:55:37 2023 +0100 @@ -526,10 +526,7 @@ """ if self.microPython.isConnected(): self.microPython.deviceInterface().execute( - [ - "import machine", - "machine.reset()", - ] + "import machine\nmachine.reset()\n" ) else: # perform a reset via esptool using flash_id command ignoring