Skip to content

Commit 2dcdcfb

Browse files
committed
Remove log for enabling voltage measure
1 parent 8b71dd1 commit 2dcdcfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/power.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ float PowerClass::getSupplyVoltage(void) {
591591
if (!digitalRead(VOLTAGE_MEASURE_EN_PIN)) {
592592
pinConfigure(VOLTAGE_MEASURE_EN_PIN, PIN_DIR_OUTPUT);
593593
digitalWrite(VOLTAGE_MEASURE_EN_PIN, HIGH);
594-
Log.debug("Enabling voltage measure");
595594
}
596595

597596
// The default resolution is 10 bits, so divide by that to get the fraction

0 commit comments

Comments
 (0)