Skip to content

Commit

Permalink
Small QOL improvement (#145)
Browse files Browse the repository at this point in the history
Small QOL improvement to show the current gain if it remains unchanged
via the Autogain script.
  • Loading branch information
Phaeton authored Oct 11, 2023
1 parent 36636e3 commit 7ff97da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/autogain1090
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fi


if ! awk "BEGIN{ exit ($strong > $low) }" && ! awk "BEGIN{ exit ($strong < $high) }"; then
echo "No gain change needed, ${strong}% percentage of messages >-3dB is in nominal range. (${low}% < ${strong}% < ${high}%)"
echo "No gain change needed ($oldgain), ${strong}% percentage of messages >-3dB is in nominal range. (${low}% < ${strong}% < ${high}%)"
exit 0

fi
Expand Down

0 comments on commit 7ff97da

Please sign in to comment.