Update transmit.py change from card to headphones

pacsat
Alan Johnston 2 weeks ago committed by GitHub
parent 36533e538b
commit 2eb2fac981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -352,8 +352,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
print("Programming FM module!\n");
output(pd, 1)

Loading…
Cancel
Save

Powered by TurnKey Linux.