eric6/MicroPython/MicrobitDevices.py

changeset 7328
e2d85ef3fadb
parent 7299
a22b87b46128
child 7360
9190402e4505
--- a/eric6/MicroPython/MicrobitDevices.py	Sat Nov 02 18:21:01 2019 +0100
+++ b/eric6/MicroPython/MicrobitDevices.py	Sat Nov 02 19:24:46 2019 +0100
@@ -299,3 +299,12 @@
         @rtype str
         """
         return Preferences.getMicroPython("MicrobitDocuUrl")
+    
+    def getFirmwareUrl(self):
+        """
+        Public method to get the device firmware download URL.
+        
+        @return firmware download URL of the device
+        @rtype str
+        """
+        return Preferences.getMicroPython("MicrobitFirmwareUrl")

eric ide

mercurial