ARMmbed / mbed-semtech-lora-rf-drivers

Semtech's LoRa RF drivers for mbed OS
Other
31 stars 25 forks source link

SX1276: Ensure that opmode transition to sleep succeeds #41

Open teijokinnunen opened 5 years ago

teijokinnunen commented 5 years ago

It appears that Rx->Sleep mode transition does not always succeed right away. Verify register content and retry until the mode really changes.

This fix was found in ArduinoCore-stm32l0 code base, the behaviour does not seem to be documented anywhere.