Skip to content

Commit

Permalink
Merge branch '14.3_battery_init_delay_added' of https://github.com/ad…
Browse files Browse the repository at this point in the history
…amsthws/WLED into 14.3_battery_init_delay_added
  • Loading branch information
adamsthws committed May 6, 2024
2 parents e6e7906 + 1d9e073 commit 7cf4f20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usermods/Battery/usermod_v2_Battery.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ class UsermodBattery : public Usermod
// Delay the first voltage reading to allow voltage stabilization after powering up
nextReadTime = millis() + initialDelay;
lastReadTime = millis();

initDone = true;
}

Expand Down

0 comments on commit 7cf4f20

Please sign in to comment.