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

@ -130,7 +130,6 @@ int main(int argc, char *argv[])
initializeSpi(); initializeSpi();
// printf("1\n"); // printf("1\n");
if (send_cw_tlm) {
// Send one frame of CW Telem // Send one frame of CW Telem
// Initialize the AX5043 // Initialize the AX5043
retVal = axradio_init(); retVal = axradio_init();
@ -184,7 +183,6 @@ if (send_cw_tlm) {
} }
usleep(200000); usleep(200000);
}
config_afsk(); // Now switch to AFSK Telem config_afsk(); // Now switch to AFSK Telem

Loading…
Cancel
Save

Powered by TurnKey Linux.