From bbf1d8d415ca34f77ee9d99e4d58e27467c0d00e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 24 Feb 2025 17:04:05 -0500 Subject: [PATCH] Update update add fcdctl install to set fcdpp gain --- update | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/update b/update index 6276a70e..ce63446d 100755 --- a/update +++ b/update @@ -260,6 +260,13 @@ elif [ ! -f "/home/pi/fctelem/v0.2" ]; then FLAG=1 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 git checkout master