rfquack / RFQuack

RFQuack: the versatile RF-analysis tool that quacks!
https://rfquack.org
GNU General Public License v2.0
208 stars 29 forks source link

CC1101 isPromiscuous is broken #36

Open bazuchan opened 1 year ago

bazuchan commented 1 year ago

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 1 year ago

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