Fix missing GIF enable macros

This commit is contained in:
Christian Schwinne
2024-03-17 22:57:15 +01:00
committed by Will Tatam
parent 255be30b38
commit 9caa7cb4e9
3 changed files with 8 additions and 2 deletions

View File

@@ -287,7 +287,9 @@ void Segment::resetIfRequired() {
needsBlank = false;
}
}
#ifndef WLED_DISABLE_GIF
endImagePlayback(this);
#endif
}
void Segment::setUpLeds() {