Update config added -Q

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 914ca2b9b0
commit b6a8276260
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -690,6 +690,14 @@ elif [ "$1" = "-q" ]; then
## sudo reboot now ## sudo reboot now
# sudo systemctl restart cubesatsim # sudo systemctl restart cubesatsim
elif [ "$1" = "-Q" ]; then
echo
echo "Reading current Squelch for 10 seconds"
echo "Squelch is active low (0 means squelch broken)"
echo
timeout 10 bash -c -- 'while true; do (gpio read 22 && sleep 1); done'
elif [ "$1" = "-P" ]; then elif [ "$1" = "-P" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.