RFQuack icon indicating copy to clipboard operation
RFQuack copied to clipboard

CC1101 isPromiscuous is broken

Open bazuchan opened this issue 3 years ago • 1 comments

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

bazuchan avatar Jan 24 '23 15:01 bazuchan

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

phretor avatar Feb 02 '23 15:02 phretor