removed CPU temp read

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 914f5aae36
commit 049d9d11b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -818,7 +818,7 @@ void get_tlm(void) {
cpuTemp /= 1000;
#ifdef DEBUG_LOGGING
printf("CPU Temp Read: %6.1f\n", cpuTemp);
// printf("CPU Temp Read: %6.1f\n", cpuTemp);
#endif
}

Loading…
Cancel
Save

Powered by TurnKey Linux.