Update update add fcdctl install to set fcdpp gain

fc-sub
Alan Johnston 10 months ago committed by GitHub
parent 1a22bbd9cc
commit bbf1d8d415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -260,6 +260,13 @@ elif [ ! -f "/home/pi/fctelem/v0.2" ]; then
FLAG=1 FLAG=1
fi fi
if [ ! -d "/home/pi/fcdctl" ]; then
echo "Installing fcdctl to set FunCubeDongle Pro gain"
git clone https://github.com/csete/fcdctl.git
cd fcdctl
make fcdpp
fi
cd /home/pi/pi-power-button cd /home/pi/pi-power-button
git checkout master git checkout master

Loading…
Cancel
Save

Powered by TurnKey Linux.