Closed GUVWAF closed 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.
CRC_ERR
CAD_DONE
CAD_DETECTED
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!
Just found this one. It seems without this the IRQs for
CRC_ERR
andCAD_DONE
were set (that's why it did work in testing), but it would thus never fireCAD_DETECTED
.