--- a/eric6/MicroPython/PyBoardDevices.py Thu Feb 11 11:59:32 2021 +0100 +++ b/eric6/MicroPython/PyBoardDevices.py Fri Feb 12 16:15:18 2021 +0100 @@ -235,6 +235,15 @@ menu.addAction(self.tr("MicroPython Flash Instructions"), self.__showFlashInstructions) + def hasFlashMenuEntry(self): + """ + Public method to check, if the device has its own flash menu entry. + + @return flag indicating a specific flash menu entry + @rtype bool + """ + return True + @pyqtSlot() def __showFlashInstructions(self): """