kopia lustrzana https://github.com/Aircoookie/WLED
minor bugfix for usermod_v2_Battery.h
missing semicolon - caused compile errorsin debug mode.pull/3213/head
rodzic
fb14bc6016
commit
52c4093fb0
|
@ -383,7 +383,7 @@ class UsermodBattery : public Usermod
|
||||||
lp[FPSTR(_duration)] = lowPowerIndicatorDuration;
|
lp[FPSTR(_duration)] = lowPowerIndicatorDuration;
|
||||||
|
|
||||||
// read voltage in case calibration or voltage multiplier changed to see immediate effect
|
// read voltage in case calibration or voltage multiplier changed to see immediate effect
|
||||||
voltage = readVoltage()
|
voltage = readVoltage();
|
||||||
|
|
||||||
DEBUG_PRINTLN(F("Battery config saved."));
|
DEBUG_PRINTLN(F("Battery config saved."));
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue