244 |
244 |
245 @return documentation URL of the device |
245 @return documentation URL of the device |
246 @rtype str |
246 @rtype str |
247 """ |
247 """ |
248 return Preferences.getMicroPython("MicroPythonDocuUrl") |
248 return Preferences.getMicroPython("MicroPythonDocuUrl") |
|
249 |
|
250 def getFirmwareUrl(self): |
|
251 """ |
|
252 Public method to get the device firmware download URL. |
|
253 |
|
254 @return firmware download URL of the device |
|
255 @rtype str |
|
256 """ |
|
257 return Preferences.getMicroPython("MicroPythonFirmwareUrl") |