refactor code to util

This commit is contained in:
Mike Kinney
2022-03-08 10:34:46 -08:00
parent 96e42ac3f2
commit 20c65974e9
6 changed files with 191 additions and 199 deletions

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: