enable VHF Tx

pull/144/head
alanbjohnston 4 years ago committed by GitHub
parent 396df91bcc
commit 0d0da806f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -247,8 +247,8 @@ int main(int argc, char * argv[]) {
onLed = 27;
onLedOn = HIGH;
onLedOff = LOW;
printf("VHF BPF not yet supported so no transmit\n");
transmit = FALSE;
// printf("VHF BPF not yet supported so no transmit\n");
transmit = TRUE;
}
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.