eric6/MicroPython/PyBoardDevices.py

changeset 7321
3642cc5df144
parent 7295
cf50045a7c0f
child 7327
71883ddcb762
equal deleted inserted replaced
7320:5f888d21ef3e 7321:3642cc5df144
184 @type QMenu 184 @type QMenu
185 """ 185 """
186 menu.addAction( 186 menu.addAction(
187 self.tr("MicroPython Install Instructions"), 187 self.tr("MicroPython Install Instructions"),
188 self.__showInstallInstructions) 188 self.__showInstallInstructions)
189 # TODO: add entry to flash a new firmware using dfu-util
189 190
190 def __showInstallInstructions(self): 191 def __showInstallInstructions(self):
191 """ 192 """
192 Private slot to open the URL containing instructions for installing 193 Private slot to open the URL containing instructions for installing
193 MicroPython on the pyboard. 194 MicroPython on the pyboard.

eric ide

mercurial