Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an API parameter to allow the user to skip to the next preset in a playlist at any time #3946

Merged
merged 15 commits into from
May 3, 2024

Commits on Apr 30, 2024

  1. Update playlist.cpp

    Updated to allow a user to optionally skip to the next preset in the playlist anytime they desire.
    freakintoddles2 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bed364d View commit details
    Browse the repository at this point in the history
  2. Update fcn_declare.h

    Updated to add the optional skipNext bool to handlePlaylist() which allows people to skip to the next preset when desired
    freakintoddles2 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    071e0be View commit details
    Browse the repository at this point in the history
  3. Update set.cpp

    added new NP command to API to allow user to skip to next preset in a playlist. Example use is win&NP in a preset.
    freakintoddles2 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3b89814 View commit details
    Browse the repository at this point in the history
  4. Update json.cpp

    adds support for np boolean parameter to skip to next preset
    freakintoddles2 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a1d6ffa View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Update fcn_declare.h

    reworked approach based on feedback
    freakintoddles2 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    25fb878 View commit details
    Browse the repository at this point in the history
  2. Update json.cpp

    reworked approach based on feedback
    freakintoddles2 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    caa4fe1 View commit details
    Browse the repository at this point in the history
  3. Update playlist.cpp

    reworked approach based on feedback
    freakintoddles2 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a2b9aed View commit details
    Browse the repository at this point in the history
  4. Update set.cpp

    reworked based on feedback
    freakintoddles2 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e88c81a View commit details
    Browse the repository at this point in the history
  5. Update wled.h

    reworked based on feedback from original PR
    freakintoddles2 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    16086c0 View commit details
    Browse the repository at this point in the history
  6. Update wled.cpp

    reworked based on PR feedback
    freakintoddles2 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6daf7f6 View commit details
    Browse the repository at this point in the history
  7. Update playlist.cpp

    freakintoddles2 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    db475b6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    5e38039 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    6df3b41 View commit details
    Browse the repository at this point in the history
  2. Forgot F[], added it

    freakintoddles2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    dd19aa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    379f181 View commit details
    Browse the repository at this point in the history