argv parameter skips cw

pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent ab53352c11
commit 7a89ac295b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,8 @@ int main(int argc, char *argv[])
}
usleep(200000);
}
config_afsk(); // Now switch to AFSK Telem
while(1) {

Loading…
Cancel
Save

Powered by TurnKey Linux.