mirror of
https://github.com/meshtastic/python.git
synced 2026-09-18 00:29:29 -04:00
fix --set-owner; comment out --settime
This commit is contained in:
1 parent
8f7b874e3d
commit
e738382924
1 file changed
+3
-2
@@ -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