Files
python/examples/show_ports.py
2022-03-07 22:37:49 -08:00

7 lines
103 B
Python

"""Simple program to show serial ports.
"""
from meshtastic.util import findPorts
print(findPorts())