micropython-lib/micropython/lora/lora-stm32wl5
Angus Gratton 7fcc728db2 lora/sx126x: Fix busy timeout handling.
- If no reset pin was set, calling standby() in the constructor
  would enable the TCXO (XOSC) before the timeout was correctly set.

- This manifested as a BUSY timeout on the STM32WL5, first time after power
on reset.

- Clean up the general handling of BUSY timeouts, but also add some safety
margin to the base timeout just in case (not an issue, is only a stop-gap
to prevent the modem blocking indefinitely.)

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-08-26 18:16:37 +10:00
..
lora lora/sx126x: Fix busy timeout handling. 2023-08-26 18:16:37 +10:00
manifest.py lora: Add STM32WL55 subghz LoRa modem class. 2023-08-26 18:16:04 +10:00