From e8361d0bccaa67997af110ab5e878b2e45b2c08b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Jul 2021 18:12:47 -0400 Subject: [PATCH] changed aplay 2 from 3 --- groundstation/aprs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/aprs.sh b/groundstation/aprs.sh index 7cd95ae2..7c844533 100755 --- a/groundstation/aprs.sh +++ b/groundstation/aprs.sh @@ -31,7 +31,7 @@ direwolf -t 0 & sleep 5 -rtl_fm -M fm -f 144.39M -s 48k | aplay -D hw:3,0,0 -r 48000 -t raw -f S16_LE -c 1 +rtl_fm -M fm -f 144.39M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1