removed sensor printf

pull/116/head
alanbjohnston 5 years ago committed by GitHub
parent 8b28cf1c17
commit 642f625363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1182,7 +1182,7 @@ void get_tlm_fox() {
if (token != NULL) {
sensor[count1] = (float) atof(token);
#ifdef DEBUG_LOGGING
printf("sensor: %f ", sensor[count1]);
// printf("sensor: %f ", sensor[count1]);
#endif
token = strtok(NULL, space);
}
@ -1686,10 +1686,10 @@ void get_tlm_fox() {
}
// digitalWrite (0, HIGH);
if (mode == FSK)
firstTime = 0;
else if (frames_sent > 0) //5)
// if (mode == FSK)
firstTime = 0;
// else if (frames_sent > 0) //5)
// firstTime = 0;
return;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.