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