From 15b690157de2d2545a7ae7b7b1eb883fdf4d9342 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 26 Oct 2018 16:03:12 -0400 Subject: [PATCH] cw then afsk working! --- cw/cw_main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) {