Skip to content

Commit

Permalink
Merge pull request #109 from AndrewMohawk/patch-1
Browse files Browse the repository at this point in the history
Update SoapySDR parameter
  • Loading branch information
fredclausen authored Oct 1, 2024
2 parents 8228d4e + 77581bf commit 7796432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/etc/s6-overlay/scripts/acarsdec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ fi
# loop through the SOAPYSDR string and split on spaces
if [[ -n "${SOAPYSDR}" ]]; then
IFS=' ' read -ra SOAPYSDR_PROCESSED <<< "${SOAPYSDR}"
ACARS_CMD+=("${SOAPYSDR_PROCESSED[@]}")
# ACARS_CMD+=("${SOAPYSDR_PROCESSED[@]}") # used for acarsdec < 4.0
ACARS_CMD+=("--soapysdr" "${SOAPYSDR_PROCESSED[@]}")
fi

if [ -n "${PPM}" ]; then
Expand Down

0 comments on commit 7796432

Please sign in to comment.