Skip to content

Commit

Permalink
Merge pull request #122 from rpatel3001/fix_lim
Browse files Browse the repository at this point in the history
remove limit on frequencies
  • Loading branch information
fredclausen authored Nov 8, 2024
2 parents 5dfb849 + 71789c2 commit 2e65569
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rootfs/etc/s6-overlay/scripts/01-acarsdec
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ read -ra SPLIT_FREQS <<< "${FREQUENCIES}"

# loop through SPLIT_FREQS

# We can only have 16 total frequencies

if [[ "${#SPLIT_FREQS[@]}" -gt 16 ]]; then
"${s6wrap[@]}" echo "FREQUENCIES may not contain more than 16 frequencies, exiting"
exit 1
fi

# FREQUENCIES needs to be in the range of 118.0 - 137.0.

FREQ_STRING=""
Expand Down

0 comments on commit 2e65569

Please sign in to comment.