put transmit_on back on for APRS

pull/210/head
alanbjohnston 3 years ago committed by GitHub
parent f035fc1835
commit 44347ba3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -298,7 +298,7 @@ void send_cw() {
}
void transmit_on() {
if (mode == SSTV) {
if ((mode == SSTV) || (mode == AFSK)) { // this isn't quite right for APRS - should only do when sending APRS packet
Serial.println("Transmit on!");
digitalWrite(MAIN_LED_BLUE, HIGH);
digitalWrite(PTT_PIN, LOW);

Loading…
Cancel
Save

Powered by TurnKey Linux.