We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfb047 commit 8456f36Copy full SHA for 8456f36
1 file changed
meshtastic/util.py
@@ -24,8 +24,10 @@
24
from meshtastic.supported_device import supported_devices
25
from meshtastic.version import get_active_version
26
27
-"""Some devices such as a seger jlink or st-link we never want to accidentally open"""
28
-blacklistVids = dict.fromkeys([0x1366, 0x0483])
+"""Some devices such as a seger jlink or st-link we never want to accidentally open
+0x1915 NordicSemi (PPK2)
29
+"""
30
+blacklistVids = dict.fromkeys([0x1366, 0x0483, 0x1915])
31
32
"""Some devices are highly likely to be meshtastic.
33
0x239a RAK4631
0 commit comments