Skip to content

Commit

Permalink
Fix avgLoopMillis
Browse files Browse the repository at this point in the history
  • Loading branch information
willmmiles committed Mar 18, 2024
1 parent b849ea8 commit 505d319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wled00/wled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ void WLED::loop()
maxLoopMillis = 0;
maxUsermodMillis = 0;
maxStripMillis = 0;
avgLoopMillis = 0;
avgUsermodMillis = 0;
avgStripMillis = 0;
debugTime = millis();
Expand Down

0 comments on commit 505d319

Please sign in to comment.