CC1101 isPromiscuous is broken
bazuchan opened this issue · 1 comments
bazuchan commented
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 commented
Good catch. I'm afraid this will have to be addressed with a special case.