debug APRS cpuTemp

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

@ -807,7 +807,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.