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:
freakintoddles2 2024-04-30 16:23:43 -07:00 committed by GitHub
parent bed364d75e
commit 071e0be445
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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