Update packet.sh remove delay

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

@ -173,7 +173,7 @@ if [ "$autotune" = "1" ]; then
confidence=0
while [ $tries -le $retries ] && [ "$confidence" -le "$threshold" ]; do
sleep $delay
# sleep $delay
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"

Loading…
Cancel
Save

Powered by TurnKey Linux.