diff --git a/cw/cw_main.c b/cw/cw_main.c index ffd63602..55204bc7 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -104,7 +104,7 @@ int main(int argc, char *argv[]) // } } - send_cw_tlm = FALSE; +// send_cw_tlm = FALSE; uint8_t retVal; int tlm[7][5]; int i, j; @@ -129,7 +129,8 @@ int main(int argc, char *argv[]) setSpiSpeed(SPI_SPEED); initializeSpi(); // printf("1\n"); - + + // if (send_cw_tlm) { // Send one frame of CW Telem // Initialize the AX5043 retVal = axradio_init(); @@ -183,7 +184,7 @@ int main(int argc, char *argv[]) } usleep(200000); - +// } config_afsk(); // Now switch to AFSK Telem while(1) {