removed debug output from battery.cpp
This commit is contained in:
parent
f08a649086
commit
d0de4ae3bc
@ -48,7 +48,6 @@ uint16_t read_voltage() {
|
|||||||
#ifdef BATT_FACTOR
|
#ifdef BATT_FACTOR
|
||||||
voltage *= BATT_FACTOR;
|
voltage *= BATT_FACTOR;
|
||||||
#endif
|
#endif
|
||||||
ESP_LOGD(TAG, "Raw: %d / Voltage: %dmV", adc_reading, voltage);
|
|
||||||
return voltage;
|
return voltage;
|
||||||
#else
|
#else
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user