Update main.c fix typo

pi-sensors
Alan Johnston 3 months ago committed by GitHub
parent 2b418da08a
commit a3537e167b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1004,7 +1004,7 @@ int main(int argc, char * argv[]) {
if (fp != NULL) {
// printf("Writing telem_string.txt\n");
// if (batteryVoltage != 4.5) {
if (true) {
if (1) {
/*
if (c2cStatus == DISABLED)
fprintf(fp, "BAT %4.2fV %4.0fmA\n", batteryVoltage, batteryCurrent);

Loading…
Cancel
Save

Powered by TurnKey Linux.