mirror of
https://github.com/meshtastic/python.git
synced 2026-01-05 22:37:57 -05:00
Merge pull request #294 from mkinney/bug_when_ports_not_sorted
fix when ports are not sorted
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