Update rpitx.py fix card definition

pull/340/head
Alan Johnston 1 year ago committed by GitHub
parent 5133d935b5
commit 146f831536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -350,7 +350,7 @@ if __name__ == "__main__":
print(txLedOn) print(txLedOn)
GPIO.setup(txLed, GPIO.OUT) GPIO.setup(txLed, GPIO.OUT)
card = "" + card + "," # 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");

Loading…
Cancel
Save

Powered by TurnKey Linux.