Skip to content

Commit 53f5ab8

Browse files
committed
Update BatteryCalibration.ino
1 parent c61dc45 commit 53f5ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Firmware/BatteryTools/BatteryCalibration/BatteryCalibration.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ void loop()
213213
int reading = getBatteryReading();
214214
if (reading >= 150)
215215
{
216+
internals::hid::reset();
216217
internals::batteryCalibration::addSample(reading);
217218
SaveSetting::notify(UserSetting::BATTERY_CALIBRATION_DATA);
218219
// The user does not see this message,

0 commit comments

Comments
 (0)