minor bugfix for usermod_v2_Battery.h
missing semicolon - caused compile errorsin debug mode.
This commit is contained in:
parent
fb14bc6016
commit
52c4093fb0
@ -383,7 +383,7 @@ class UsermodBattery : public Usermod
|
||||
lp[FPSTR(_duration)] = lowPowerIndicatorDuration;
|
||||
|
||||
// read voltage in case calibration or voltage multiplier changed to see immediate effect
|
||||
voltage = readVoltage()
|
||||
voltage = readVoltage();
|
||||
|
||||
DEBUG_PRINTLN(F("Battery config saved."));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user