-
Notifications
You must be signed in to change notification settings - Fork 205
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
Detect RT95/VOX #1028
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b16120b - Browse repository at this point
Copy the full SHA b16120bView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for bc2b1f4 - Browse repository at this point
Copy the full SHA bc2b1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbb03b - Browse repository at this point
Copy the full SHA ddbb03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0a4f8 - Browse repository at this point
Copy the full SHA 8d0a4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eedb0b - Browse repository at this point
Copy the full SHA 7eedb0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4e5c5 - Browse repository at this point
Copy the full SHA 5f4e5c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5780b - Browse repository at this point
Copy the full SHA 9f5780bView commit details -
Detect AnyTone 778UV VOX and CRT Micron UV V2
Just like the other "vox" variants, detect these models from their base as well.
Configuration menu - View commit details
-
Copy full SHA for a5fe853 - Browse repository at this point
Copy the full SHA a5fe853View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.