Update sstv_decode_prompt.sh confidence threshold 1

fiabv4-auto-tune
Alan Johnston 2 months ago committed by GitHub
parent 21f36f6ccf
commit bd901a424e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -125,7 +125,7 @@ source /home/pi/venv/bin/activate
python3 /home/pi/CubeSatSim/groundstation/auto-tune.py 434900000 n 2> null > /home/pi/CubeSatSim/groundstation/auto-tune.txt
# echo "auto-tune.txt"
# cat /home/pi/CubeSatSim/groundstation/auto-tune.txt
threshold="3"
threshold="1"
confidence=$(awk '{print $2}' /home/pi/CubeSatSim/groundstation/auto-tune.txt)
echo "Auto tune confidence: "
echo $confidence

Loading…
Cancel
Save

Powered by TurnKey Linux.