refactor code to util

This commit is contained in:
Mike Kinney committed 2022-03-08 10:45:11 -08:00
1 parent a3572efaa6
commit 1a2519d647
5 files changed
+190 -199

No files matched your search

+1 -2
View File
@@ -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: