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

Detect RT95/VOX #1028

Merged
merged 8 commits into from
May 4, 2024
Merged

Detect RT95/VOX #1028

merged 8 commits into from
May 4, 2024

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    b16120b View commit details
    Browse the repository at this point in the history
  2. Refactor detection for class isolation

    This makes us keep detected models separate per class that they
    were @detected_by. Before this, we would end up with a mashup of all
    the detected subclasses in the highest parent class that was a detect
    target (i.e. TID H3 and H8 mixed together). Now, we keep them
    separate at import/class define time so we don't have to further
    filter them. Also, this builds in the include-self behavior to
    detected_models() to avoid having to repeat that everwhere.
    
    This also fixes a download..upload..download bug where we will corrupt
    the last_model with the detected model name, which isn't selectable
    on download (since it's detected and not listed).
    kk7ds committed May 4, 2024
    Configuration menu
    Copy the full SHA
    bc2b1f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddbb03b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d0a4f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eedb0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f4e5c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f5780b View commit details
    Browse the repository at this point in the history
  8. Detect AnyTone 778UV VOX and CRT Micron UV V2

    Just like the other "vox" variants, detect these models from their
    base as well.
    kk7ds committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a5fe853 View commit details
    Browse the repository at this point in the history