mirror of
https://github.com/meshtastic/python.git
synced 2026-04-19 06:17:07 -04:00
fix(waypoint): Missing methods
Add missing methods callbacks regarding waypoints.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Program to create and delete waypoint
|
||||
To run:
|
||||
python3 examples/waypoint.py --port /dev/ttyUSB0 create 45 test the_desc_2 '2024-12-18T23:05:23' 48.74 7.35
|
||||
python examples/waypoint.py delete 45
|
||||
python3 examples/waypoint.py delete 45
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user