set audio out pin to output for FM modes

pull/218/head
alanbjohnston 3 years ago committed by GitHub
parent aee554a33b
commit 57ca8aa2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1868,7 +1868,9 @@ void config_radio()
if ((mode == AFSK) || (mode == FSK) || (mode == SSTV)) {
digitalWrite(PD_PIN, HIGH); // Enable SR_FRS
digitalWrite(PD_PIN, HIGH); // Enable SR_FRS
pinMode(AUDIO_OUT_PIN, OUTPUT);
DumbTXSWS mySerial(SWTX_PIN); // TX pin
mySerial.begin(9600);

Loading…
Cancel
Save

Powered by TurnKey Linux.