From b61dbe25a53a4c87a074fa7cc32c842d6d439cfa Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Feb 2026 10:12:56 -0500 Subject: [PATCH] Update transmit.py change to USB audio instead of PCM since doesn't work yet --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index eae474c2..7f5a85f8 100644 --- a/transmit.py +++ b/transmit.py @@ -454,8 +454,8 @@ if __name__ == "__main__": except: print("Can't set txLed") - card = "Headphones" # default using pcm audio output of Pi Zero -# card = "Device" # using USB sound card for audio output +# card = "Headphones" # default using pcm audio output of Pi Zero + card = "Device" # using USB sound card for audio output query = ["sudo", "systemctl", "is-active", "gpsd.socket"] try: