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
|
||||
voltage *= BATT_FACTOR;
|
||||
#endif
|
||||
ESP_LOGD(TAG, "Raw: %d / Voltage: %dmV", adc_reading, voltage);
|
||||
return voltage;
|
||||
#else
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user