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 """ |