removed rpitxStatus reset on errors to try to figure out sendiq multiplication

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent f0b1c6b619
commit 80a48603d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -913,7 +913,7 @@ int get_tlm_fox() {
error = 1;
}
if (error == 1)
rpitxStatus = -1;
; //rpitxStatus = -1;
else
socket_open = 1;
}
@ -928,7 +928,7 @@ int get_tlm_fox() {
if (sock_ret == -1) {
printf("Error: %s \n", strerror(errno));
socket_open = 0;
rpitxStatus = -1;
//rpitxStatus = -1;
}
}
digitalWrite (0, HIGH);

Loading…
Cancel
Save

Powered by TurnKey Linux.