cw then afsk working!

pull/1/head
Alan Johnston 7 years ago
parent bd70849c04
commit 15b690157d

@ -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) {

Loading…
Cancel
Save

Powered by TurnKey Linux.