mirror of
https://github.com/meshtastic/python.git
synced 2026-01-16 11:47:57 -05:00
fix the set and unset rauter deprecated commands
This commit is contained in:
@@ -5,8 +5,8 @@ echo running hello
|
||||
python3 tests/hello_world.py
|
||||
# bin/run.sh --help
|
||||
echo toggling router
|
||||
bin/run.sh --set-router
|
||||
bin/run.sh --unset-router
|
||||
bin/run.sh --set is_router true
|
||||
bin/run.sh --set is_router false
|
||||
echo setting channel
|
||||
bin/run.sh --seturl "https://www.meshtastic.org/c/#GAMiENTxuzogKQdZ8Lz_q89Oab8qB0RlZmF1bHQ="
|
||||
echo setting time
|
||||
@@ -18,4 +18,4 @@ bin/run.sh --setlat 32.7767 --setlon -96.7970 --setalt 1337
|
||||
echo dumping info
|
||||
bin/run.sh --info
|
||||
echo sending closing message
|
||||
bin/run.sh --sendtext "Sanity complete"
|
||||
bin/run.sh --sendtext "Sanity complete"
|
||||
|
||||
Reference in New Issue
Block a user