adafruit / RadioHead

A github'ified version of http://www.airspayce.com/mikem/arduino/RadioHead/
Other
186 stars 115 forks source link

RH_RF69_SYNCCONFIG_SYNCON not set properly? #50

Closed allendav closed 4 years ago

allendav commented 4 years ago

If this line sets RH_RF69_SYNCCONFIG_SYNCON to true

https://github.com/adafruit/RadioHead/blob/master/RH_RF69.cpp#L473

I think this line

https://github.com/adafruit/RadioHead/blob/master/RH_RF69.cpp#L477

will throw that away, no?

allendav commented 4 years ago

Nevermind. My bad. I read that code wrong. The masking is done appropriately.