mirror of
https://github.com/wled/WLED.git
synced 2025-07-23 02:36:39 +00:00
Update fcn_declare.h
Updated to add the optional skipNext bool to handlePlaylist() which allows people to skip to the next preset when desired
This commit is contained in:
parent
bed364d75e
commit
071e0be445
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user