mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 08:27:55 -05:00
7 lines
103 B
Python
7 lines
103 B
Python
"""Simple program to show serial ports.
|
|
"""
|
|
|
|
from meshtastic.util import findPorts
|
|
|
|
print(findPorts())
|