mirror of
https://github.com/meshtastic/python.git
synced 2026-04-22 16:00:32 -04:00
1.2.16
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
import serial
|
||||
import serial.tools.list_ports
|
||||
from queue import Queue
|
||||
import threading, sys, logging
|
||||
import threading
|
||||
import sys
|
||||
import logging
|
||||
|
||||
"""Some devices such as a seger jlink we never want to accidentally open"""
|
||||
blacklistVids = dict.fromkeys([0x1366])
|
||||
|
||||
Reference in New Issue
Block a user