mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
refactor code to util
This commit is contained in:
1 parent
a3572efaa6
commit
1a2519d647
5 files changed
+190
-199
No files matched your search
@@ -3,8 +3,7 @@
|
||||
"""
|
||||
|
||||
import sys
|
||||
from meshtastic.supported_device import get_unique_vendor_ids, active_ports_on_supported_devices
|
||||
from meshtastic.util import detect_supported_devices
|
||||
from meshtastic.util import detect_supported_devices, get_unique_vendor_ids, active_ports_on_supported_devices
|
||||
|
||||
# simple arg check
|
||||
if len(sys.argv) != 1:
|
||||
|
||||
Reference in new issue
Block a user