eric6/MicroPython/EspDevices.py

changeset 7328
e2d85ef3fadb
parent 7229
53054eb5b15a
child 7337
0e4a912548cc
diff -r 71883ddcb762 -r e2d85ef3fadb eric6/MicroPython/EspDevices.py
--- a/eric6/MicroPython/EspDevices.py	Sat Nov 02 18:21:01 2019 +0100
+++ b/eric6/MicroPython/EspDevices.py	Sat Nov 02 19:24:46 2019 +0100
@@ -246,3 +246,12 @@
         @rtype str
         """
         return Preferences.getMicroPython("MicroPythonDocuUrl")
+    
+    def getFirmwareUrl(self):
+        """
+        Public method to get the device firmware download URL.
+        
+        @return firmware download URL of the device
+        @rtype str
+        """
+        return Preferences.getMicroPython("MicroPythonFirmwareUrl")

eric ide

mercurial