Merge branch '1.2-legacy' into 1.2-legacy

This commit is contained in:
mkinney
2022-03-08 10:37:15 -08:00
committed by GitHub
4 changed files with 38 additions and 8 deletions

6
examples/show_ports.py Normal file
View File

@@ -0,0 +1,6 @@
"""Simple program to show serial ports.
"""
from meshtastic.util import findPorts
print(findPorts())