mirror of
https://github.com/meshtastic/python.git
synced 2026-04-17 21:42:20 -04:00
fix --set-owner; comment out --settime
This commit is contained in:
@@ -10,9 +10,10 @@ bin/run.sh --set is_router false
|
||||
echo setting channel
|
||||
bin/run.sh --seturl "https://www.meshtastic.org/c/#GAMiENTxuzogKQdZ8Lz_q89Oab8qB0RlZmF1bHQ="
|
||||
echo setting time
|
||||
bin/run.sh --settime
|
||||
# '--settime' seems to be deprecated
|
||||
#bin/run.sh --settime
|
||||
echo setting owner
|
||||
bin/run.sh --setowner "Test Build"
|
||||
bin/run.sh --set-owner "Test Build"
|
||||
echo setting position
|
||||
bin/run.sh --setlat 32.7767 --setlon -96.7970 --setalt 1337
|
||||
echo dumping info
|
||||
|
||||
Reference in New Issue
Block a user