Replies: 2 comments 1 reply
-
File name and timings don't matter, the important thing is a unique |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
So I'm testing 2 new decoders. They're identical in modulation (ook_pwm) and timing, but the payload is different.
Each decoder has a different fle name (and r_device .name), of course. I added both devices to the cmake list, and corresponding obj files are created (cmake -G "Visual Studio 17 2022" ..).
But, when I build the program (cmake --build .) only 1 of the decoders is actually used. The other is discarded and doesn't appear in the supported decoders list (-R).
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions