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. |