adafruit/RadioHead

RH_RF69_SYNCCONFIG_SYNCON not set properly?

Closed this issue · 1 comments

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?

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