diff --git a/main.c b/main.c index 54fa87c3..8aafb2ae 100644 --- a/main.c +++ b/main.c @@ -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; } } }