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

Allow for the enabling and disabling of profiles #1149

Merged
merged 9 commits into from
Sep 27, 2024

Commits on Sep 25, 2024

  1. add a enabled flag to GpioMappings to indicate what's active

    with this flag we no longer need to copy profile 1 to 2-4 by default, so
    that migration goes away, but because of that we need to migrate the old
    way of doing things and only enable profiles that are actually different
    than the base.
    
    in the end, new fresh boards should have profile 1 only enabled, and
    profiles 2-4 blank (no copying, disabled by default), and migrated
    configs should have profiles (that exist) that differ from profile 1
    enabled and profiles that don't disabled
    bsstephan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1b823c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b2bc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d85ff6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add possibility to add, disabled/enable profiles. State can now handl…

    …e any amount of profiles
    Pelsin committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    569ac89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453b437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c1331 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b386223 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10 from Pelsin/enable-profile-flag

    Enable profile flag in the UI and support adding profiles that are not yet defined (or enabled)
    bsstephan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    59a9c99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a449dcc View commit details
    Browse the repository at this point in the history