Merge pull request #294 from mkinney/bug_when_ports_not_sorted

fix when ports are not sorted
This commit is contained in:
mkinney
2022-03-07 21:25:42 -08:00
committed by Mike Kinney
parent 9214b2ffcc
commit e8a2909173
3 changed files with 26 additions and 0 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())