Update transmit.py use USB sound card instead of PWM

pi4
Alan Johnston 4 weeks ago committed by GitHub
parent 483b5ddc4b
commit 0be62cb526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -362,8 +362,8 @@ if __name__ == "__main__":
print(txLedOn)
GPIO.setup(txLed, GPIO.OUT)
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
if (mode != 'e'):
print("Programming FM module!\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.