Skip to content

Commit

Permalink
Update fcn_declare.h
Browse files Browse the repository at this point in the history
Updated to add the optional skipNext bool to handlePlaylist() which allows people to skip to the next preset when desired
  • Loading branch information
freakintoddles2 committed Apr 30, 2024
1 parent bed364d commit 071e0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/fcn_declare.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void _overlayAnalogClock();
void shufflePlaylist();
void unloadPlaylist();
int16_t loadPlaylist(JsonObject playlistObject, byte presetId = 0);
void handlePlaylist();
void handlePlaylist(bool skipNext=false);
void serializePlaylist(JsonObject obj);

//presets.cpp
Expand Down

0 comments on commit 071e0be

Please sign in to comment.