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

CC1101 isPromiscuous is broken #36

Open
bazuchan opened this issue Jan 24, 2023 · 1 comment
Open

CC1101 isPromiscuous is broken #36

bazuchan opened this issue Jan 24, 2023 · 1 comment

Comments

@bazuchan
Copy link

isPromiscuous implementation sets PreambleLen to 0 here
https://github.com/rfquack/RadioLib/blob/master/src/modules/CC1101/CC1101.cpp#L828

which is considered as invalid value
https://github.com/rfquack/RadioLib/blob/master/src/modules/CC1101/CC1101.cpp#L687

@phretor
Copy link
Contributor

phretor commented Feb 2, 2023

Good catch. I'm afraid this will have to be addressed with a special case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants