--- a/eric6/MicroPython/MicroPythonDevices.py Mon Feb 01 16:09:29 2021 +0100 +++ b/eric6/MicroPython/MicroPythonDevices.py Mon Feb 01 20:01:18 2021 +0100 @@ -452,3 +452,13 @@ url = self.getFirmwareUrl() if url: e5App().getObject("UserInterface").launchHelpViewer(url) + + def getDownloadMenuEntries(self): + """ + Public method to retrieve the entries for the downloads menu. + + @return list of tuples with menu text and URL to be opened for each + entry + @rtype list of tuple of (str, str) + """ + return []