Update transmit.py change to USB Soundcard instead of Headphones (PWM)

pacsat-1
Alan Johnston 1 year ago committed by GitHub
parent 98e56c286f
commit 742b5bd205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -351,8 +351,8 @@ if __name__ == "__main__":
print(txLedOn) print(txLedOn)
GPIO.setup(txLed, GPIO.OUT) GPIO.setup(txLed, GPIO.OUT)
card = "Headphones" # default using pcm audio output of Pi Zero # card = "Headphones" # default using pcm audio output of Pi Zero
# card = "Device" # using USB sound card for audio output card = "Device" # using USB sound card for audio output
print("Programming FM module!\n"); print("Programming FM module!\n");
output(pd, 1) output(pd, 1)

Loading…
Cancel
Save

Powered by TurnKey Linux.