mirror of
https://github.com/wled/WLED.git
synced 2025-07-23 10:46:33 +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 shufflePlaylist();
|
||||||
void unloadPlaylist();
|
void unloadPlaylist();
|
||||||
int16_t loadPlaylist(JsonObject playlistObject, byte presetId = 0);
|
int16_t loadPlaylist(JsonObject playlistObject, byte presetId = 0);
|
||||||
void handlePlaylist();
|
void handlePlaylist(bool skipNext=false);
|
||||||
void serializePlaylist(JsonObject obj);
|
void serializePlaylist(JsonObject obj);
|
||||||
|
|
||||||
//presets.cpp
|
//presets.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user