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 cab5e7e commit 7f5410dCopy full SHA for 7f5410d
src/utility/LEDFeedback.cpp
@@ -194,6 +194,9 @@ void LEDFeedbackClass::setMode(LEDFeedbackMode mode) {
194
_framePtr = nullptr;
195
matrix.loadSequence(snake);
196
matrix.play(true);
197
+ /* For fixing the issue that the first
198
+ * frame of the first run is not shown */
199
+ matrix.loadSequence(snake);
200
#endif
201
_ledChangeInterval = HEARTBEAT_INTERVAL;
202
_count = 0;
0 commit comments