src/eric7/MicroPython/Devices/RP2Devices.py

branch
eric7
changeset 11208
f776db7cc222
parent 11179
37788ec8e6d2
child 11236
75c26fe1d1c7
equal deleted inserted replaced
11207:7193db06924d 11208:f776db7cc222
229 """ 229 """
230 Private slot to flash a MicroPython firmware to the device. 230 Private slot to flash a MicroPython firmware to the device.
231 """ 231 """
232 from ..UF2FlashDialog import UF2FlashDialog 232 from ..UF2FlashDialog import UF2FlashDialog
233 233
234 dlg = UF2FlashDialog(boardType="rp2", parent=self.microPython) 234 dlg = UF2FlashDialog(boardType="RP2", parent=self.microPython)
235 dlg.exec() 235 dlg.exec()
236 236
237 @pyqtSlot() 237 @pyqtSlot()
238 def __activateBootloader(self): 238 def __activateBootloader(self):
239 """ 239 """

eric ide

mercurial