mirror of
https://github.com/meshtastic/python.git
synced 2026-04-19 06:17:07 -04:00
add setlat/setlon support for
https://github.com/meshtastic/Meshtastic-device/issues/536 meshtastic --setlat 32.7767 --setlon -96.7970 --setalt 1337
This commit is contained in:
@@ -13,6 +13,8 @@ echo setting time
|
||||
bin/run.sh --settime
|
||||
echo setting owner
|
||||
bin/run.sh --setowner "Test Build"
|
||||
echo setting position
|
||||
bin/run.sh --setlat 32.7767 --setlon -96.7970 --setalt 1337
|
||||
echo dumping info
|
||||
bin/run.sh --info
|
||||
echo sending closing message
|
||||
|
||||
Reference in New Issue
Block a user