We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b71dd1 commit 2dcdcfbCopy full SHA for 2dcdcfb
src/power.cpp
@@ -591,7 +591,6 @@ float PowerClass::getSupplyVoltage(void) {
591
if (!digitalRead(VOLTAGE_MEASURE_EN_PIN)) {
592
pinConfigure(VOLTAGE_MEASURE_EN_PIN, PIN_DIR_OUTPUT);
593
digitalWrite(VOLTAGE_MEASURE_EN_PIN, HIGH);
594
- Log.debug("Enabling voltage measure");
595
}
596
597
// The default resolution is 10 bits, so divide by that to get the fraction
0 commit comments