Skip to content

Commit

Permalink
add serial depreciation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 2, 2024
1 parent ed78145 commit 812f9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/scripts/01-acarsdec
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if [[ -n "${GAIN}" ]] && [[ "$(awk '{if ($1 > 0 && $1 < 100) printf "%i", $1 * 1
fi

if [[ -n "${SERIAL}" ]]; then
echo "SERIAL is decepricated. Please see the readme and use SOAPYSDR instead."
SOAPYSDR="driver=rtlsdr,serial=$SERIAL"
fi

Expand Down

0 comments on commit 812f9c6

Please sign in to comment.