mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 11:57:57 -05:00
add NordicSemi Power Profiler Kit 2 device to the USB blacklist
This commit is contained in:
@@ -24,8 +24,10 @@ import serial.tools.list_ports # type: ignore[import-untyped]
|
||||
from meshtastic.supported_device import supported_devices
|
||||
from meshtastic.version import get_active_version
|
||||
|
||||
"""Some devices such as a seger jlink or st-link we never want to accidentally open"""
|
||||
blacklistVids = dict.fromkeys([0x1366, 0x0483])
|
||||
"""Some devices such as a seger jlink or st-link we never want to accidentally open
|
||||
0x1915 NordicSemi (PPK2)
|
||||
"""
|
||||
blacklistVids = dict.fromkeys([0x1366, 0x0483, 0x1915])
|
||||
|
||||
"""Some devices are highly likely to be meshtastic.
|
||||
0x239a RAK4631
|
||||
|
||||
Reference in New Issue
Block a user