Skip to content

Commit 8456f36

Browse files
committed
add NordicSemi Power Profiler Kit 2 device to the USB blacklist
1 parent ccfb047 commit 8456f36

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

meshtastic/util.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
from meshtastic.supported_device import supported_devices
2525
from meshtastic.version import get_active_version
2626

27-
"""Some devices such as a seger jlink or st-link we never want to accidentally open"""
28-
blacklistVids = dict.fromkeys([0x1366, 0x0483])
27+
"""Some devices such as a seger jlink or st-link we never want to accidentally open
28+
0x1915 NordicSemi (PPK2)
29+
"""
30+
blacklistVids = dict.fromkeys([0x1366, 0x0483, 0x1915])
2931

3032
"""Some devices are highly likely to be meshtastic.
3133
0x239a RAK4631

0 commit comments

Comments
 (0)