pull/32/head
alanbjohnston 6 years ago committed by GitHub
parent 3d9cf80913
commit cbd1a85f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -377,7 +377,7 @@ if (vB4)
while (loop-- != 0)
{
float batteryVoltage = read_sensor_data(sensor[BAT]);
float batteryVoltage = read_sensor_data(sensor[BAT]).voltage;
#ifdef DEBUG_LOGGING
fprintf(stderr,"INFO: Battery voltage: %f V Battery Threshold %f V\n", batteryVoltage, batteryThreshold);
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.