From 216df8b61dea6e86234b6e064fcd4a05a19d6fe4 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Mon, 15 Nov 2021 09:42:36 -0600 Subject: [PATCH] fix #348 --- functions/base.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/base.function b/functions/base.function index 7bda16a..2bf66af 100644 --- a/functions/base.function +++ b/functions/base.function @@ -185,7 +185,7 @@ DIREWOLF() { make install-conf sudo make clean sed -i "s/N0CALL/${CALL}/" "${HOME}/direwolf.conf" - sed -i 's/# ADEVICE plughw:1,0/ADEVICE plughw:2,0/' ${HOME}/direwolf.conf + sed -i 's/# ADEVICE plughw:1,0/ADEVICE plughw:3,0/' ${HOME}/direwolf.conf sed -i '/#PTT\ \/dev\/ttyUSB0\ RTS/a #Uncomment line below for PTT with sabrent sound card\n#PTT RIG 2 localhost:4532' ${HOME}/direwolf.conf }