--- a/eric6/MicroPython/CircuitPythonDevices.py Sat Nov 02 18:21:01 2019 +0100 +++ b/eric6/MicroPython/CircuitPythonDevices.py Sat Nov 02 19:24:46 2019 +0100 @@ -244,3 +244,12 @@ @rtype str """ return Preferences.getMicroPython("CircuitPythonDocuUrl") + + def getFirmwareUrl(self): + """ + Public method to get the device firmware download URL. + + @return firmware download URL of the device + @rtype str + """ + return Preferences.getMicroPython("CircuitPythonFirmwareUrl")