src/eric7/MicroPython/Devices/CircuitPythonDevices.py

branch
mpy_network
changeset 9841
3c6118eee33e
parent 9836
902ec9a04ebe
child 9855
c9244db5566a
equal deleted inserted replaced
9840:d41ee69fa69b 9841:3c6118eee33e
1132 and the RSSI (if supported and available) and an error message 1132 and the RSSI (if supported and available) and an error message
1133 @rtype tuple of ([(bytes, int)], str) 1133 @rtype tuple of ([(bytes, int)], str)
1134 """ 1134 """
1135 return ( 1135 return (
1136 [], 1136 [],
1137 self.tr("CircuitPython does not support reporting of connected clients"), 1137 self.tr("CircuitPython does not support reporting of connected clients."),
1138 ) 1138 )
1139 1139
1140 1140
1141 def createDevice(microPythonWidget, deviceType, vid, pid, boardName, serialNumber): 1141 def createDevice(microPythonWidget, deviceType, vid, pid, boardName, serialNumber):
1142 """ 1142 """

eric ide

mercurial