refactor code to util

This commit is contained in:
Mike Kinney
2022-03-08 10:34:46 -08:00
parent a3572efaa6
commit 1a2519d647
5 changed files with 190 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: