Skip to content

Commit

Permalink
Update fcn_declare.h
Browse files Browse the repository at this point in the history
reworked approach based on feedback
  • Loading branch information
freakintoddles2 committed May 1, 2024
1 parent a1d6ffa commit 25fb878
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(bool skipNext=false);
void handlePlaylist(bool doAdvancePlaylist = false);
void serializePlaylist(JsonObject obj);

//presets.cpp
Expand Down

0 comments on commit 25fb878

Please sign in to comment.