eric6/MicroPython/EspDevices.py

changeset 7328
e2d85ef3fadb
parent 7229
53054eb5b15a
child 7337
0e4a912548cc
equal deleted inserted replaced
7327:71883ddcb762 7328:e2d85ef3fadb
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")

eric ide

mercurial