From cedf1822642c4a54f39afe38c635cda8d2d9ace1 Mon Sep 17 00:00:00 2001 From: workinghard Date: Wed, 21 Oct 2015 00:09:46 -0700 Subject: [PATCH] Bugfix: Was able to find only first animation --- Arduino/Webserver4Rainbow_v3.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Arduino/Webserver4Rainbow_v3.ino b/Arduino/Webserver4Rainbow_v3.ino index fb0b109..2d94b12 100644 --- a/Arduino/Webserver4Rainbow_v3.ino +++ b/Arduino/Webserver4Rainbow_v3.ino @@ -502,6 +502,7 @@ void checkAnimationSDCard() { if (_animationEndPos > _animationStartPos ) { // Goto next frame myProjectFile.seek(_animationEndPos); + myReadStatus = 0; } }