Update config add TX and RX frequencies

send-commands
Alan Johnston 3 weeks ago committed by GitHub
parent adeee8e9c6
commit 376e6fa609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -134,6 +134,12 @@ if [ "$1" = "" ]; then
fi fi
echo echo
echo -n "TX Frequency is: "
echo -n ${7}
echo -n " MHz, RX Frequency is: "
echo -n ${8}
echo " MHz"
if [ "$9" = "yes" ] || [ "$9" = "y" ]; then if [ "$9" = "yes" ] || [ "$9" = "y" ]; then
echo "Balloon mode is ON" echo "Balloon mode is ON"
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.