Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix register corruption due to colliding SPI transactions in FSK
In FSK Tx, the Dio1 interrupt may already fire while the SPI transaction for SetOpMode is still in progress. This leads to registers 0x02 and further being overwritten with junk data. This is solved by disabling interrupts for this specific SetOpMode call.
- Loading branch information