Mark Blakeney 2024-04-26 22:17:20 +01:00 zatwierdzone przez GitHub
commit fcbfc50f80
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 10 dodań i 9 usunięć

Wyświetl plik

@ -20,6 +20,7 @@ def do_connect(state, args=None):
if dev == "list":
# List attached devices.
for p in sorted(serial.tools.list_ports.comports()):
if p.serial_number is not None:
print(
"{} {} {:04x}:{:04x} {} {}".format(
p.device,