mirror of
https://github.com/meshtastic/python.git
synced 2026-06-18 12:30:18 -04:00
Merge branch '1.2-legacy' into 1.2-legacy
This commit is contained in:
6
examples/show_ports.py
Normal file
6
examples/show_ports.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Simple program to show serial ports.
|
||||
"""
|
||||
|
||||
from meshtastic.util import findPorts
|
||||
|
||||
print(findPorts())
|
||||
Reference in New Issue
Block a user