eric6/MicroPython/EspDevices.py

branch
micropython
changeset 7125
2028553ee58c
parent 7115
fe89c98430b6
child 7134
21d23ca51680
equal deleted inserted replaced
7124:1965daf1a14b 7125:2028553ee58c
53 53
54 @return flag indicating an interrupt is needed 54 @return flag indicating an interrupt is needed
55 @rtype bool 55 @rtype bool
56 """ 56 """
57 return True 57 return True
58
59 def deviceName(self):
60 """
61 Public method to get the name of the device.
62
63 @return name of the device
64 @rtype str
65 """
66 return self.tr("ESP8266, ESP32")
58 67
59 def canStartRepl(self): 68 def canStartRepl(self):
60 """ 69 """
61 Public method to determine, if a REPL can be started. 70 Public method to determine, if a REPL can be started.
62 71

eric ide

mercurial