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 f12fc48 commit 9357bf8Copy full SHA for 9357bf8
src/Utility/LEDFeedback/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