src/eric7/MicroPython/Devices/CircuitPythonDevices.py

branch
eric7
changeset 11006
a671918232f3
parent 11005
b918c6c2736b
child 11055
e68bcb2b5ec1
equal deleted inserted replaced
11005:b918c6c2736b 11006:a671918232f3
547 """ 547 """
548 Private slot to erase the flash of an ESP32 device. 548 Private slot to erase the flash of an ESP32 device.
549 """ 549 """
550 from .EspDevices import eraseFlash 550 from .EspDevices import eraseFlash
551 551
552 eraseFlash(self.microPython.getCurrentPort()) 552 eraseFlash(self.microPython.getCurrentPort(), parent=self.microPython)
553 553
554 @pyqtSlot() 554 @pyqtSlot()
555 def __esp32FlashPython(self): 555 def __esp32FlashPython(self):
556 """ 556 """
557 Private slot to flash a MicroPython or CircuitPython firmware to an ESP32 557 Private slot to flash a MicroPython or CircuitPython firmware to an ESP32

eric ide

mercurial