eric6/MicroPython/MicroPythonDevices.py

changeset 8051
b78279548993
parent 8038
73ec029d4107
child 8055
52fdd41517f3
--- 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 []

eric ide

mercurial