Update config fix tx check in -G

fiabv4-auto-tune-p
Alan Johnston 2 days ago committed by GitHub
parent 592dc69296
commit 4fc65dfa4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1829,7 +1829,7 @@ elif [ "$1" = "-G" ]; then
reboot=1
sudo echo "p" > /home/pi/CubeSatSim/.mode
if [ "${7}" != "434.9" ]; then
if [ "${7}" != "434.9" ] && [ "${7}" != "434.900" ] ; then
echo "The default transmit frequency of 434.9 MHz is NOT set."
echo
echo "Do you want to change the transmit frequency (for example to 434.9 MHz)?"

Loading…
Cancel
Save

Powered by TurnKey Linux.