Swap to WLED_ENABLE_GIF

This commit is contained in:
Will Tatam
2025-01-14 18:40:41 +00:00
committed by Will Tatam
parent 6d67dc9828
commit d9ab878503
4 changed files with 6 additions and 4 deletions

View File

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