more log cleanup

pull/85/head
alanbjohnston 5 years ago committed by GitHub
parent e82022c45e
commit bea0f92bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1250,7 +1250,7 @@ void get_tlm_fox() {
cpuTemp /= 1000; cpuTemp /= 1000;
#ifdef DEBUG_LOGGING #ifdef DEBUG_LOGGING
printf("CPU Temp Read: %6.1f\n", cpuTemp); // printf("CPU Temp Read: %6.1f\n", cpuTemp);
#endif #endif
other[IHU_TEMP] = (double)cpuTemp; other[IHU_TEMP] = (double)cpuTemp;
@ -1279,7 +1279,7 @@ void get_tlm_fox() {
unsigned int waitTime; unsigned int waitTime;
int i = 0; int i = 0;
serialPutchar(uart_fd, '?'); serialPutchar(uart_fd, '?');
printf("Querying payload with ?\n"); // printf("Querying payload with ?\n");
waitTime = millis() + 500; waitTime = millis() + 500;
int end = FALSE; int end = FALSE;
// int retry = FALSE; // int retry = FALSE;

Loading…
Cancel
Save

Powered by TurnKey Linux.