jgromes / RadioLib

Universal wireless communication library for embedded devices
https://jgromes.github.io/RadioLib/
MIT License
1.58k stars 395 forks source link

[LR11x0] Fix CAD IRQ setting #1240

Closed GUVWAF closed 1 month ago

GUVWAF commented 1 month ago

Just found this one. It seems without this the IRQs for CRC_ERR and CAD_DONE were set (that's why it did work in testing), but it would thus never fire CAD_DETECTED.

jgromes commented 1 month ago

That's odd, I could swear I did this in #1190 ... I'm probably confusing it with SX126x/8x.

Merged, thank you for the fix!