Files
python/examples/show_ports.py
2022-03-07 21:21:41 -08:00

7 lines
103 B
Python

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