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