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 c61dc45 commit 53f5ab8Copy full SHA for 53f5ab8
src/Firmware/BatteryTools/BatteryCalibration/BatteryCalibration.ino
@@ -213,6 +213,7 @@ void loop()
213
int reading = getBatteryReading();
214
if (reading >= 150)
215
{
216
+ internals::hid::reset();
217
internals::batteryCalibration::addSample(reading);
218
SaveSetting::notify(UserSetting::BATTERY_CALIBRATION_DATA);
219
// The user does not see this message,
0 commit comments