-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
No documented way to add a protocol and keep the default set #2203
Comments
Please describe in more detail what you want to achieve and what you tried. The
|
Oh, sorry about missing exclusion possibility. However, I believe that a protocol cannot be included with the default list. Specifying positive number overrides the protocol list. For example, I would like to use the default protocol list while also including protocol 216 (ANT/ANT+). Am I missing something? |
In that case use an exclusion first to setup the default list, e.g. |
That is great to hear and will come in handy. It would still be great to have a shorter and more intuitive way, for example |
IMHO this is both a doc bug, and a functionality bug. We have a default set of enabled protocols, basically the ones that are not problematic (due to false decodes). It makes perfect sense for someone to want to add one and keep the defaults. |
I lean to making -R add/remove, and have another switch, perhaps "-R all" to remove all defaults. That's breaking. Another approach is to add a new "-Z n" (but not Z) to add n w/o clearing the defaults. But basically I find that "enable a decoder" removes other decoders to be very surprising/non-intuitive semantics. |
The default protocol list can be overriden, but there is no option to simply include or exclude some protocols from it. It would make a handy option sometimes.
The text was updated successfully, but these errors were encountered: