micropython-lib/micropython/lora/lora
Angus Gratton b712103519 lora-sx126x: Fix invalid default configuration after reset.
According to the docs, only freq_khz was needed for working output.
However:

- Without output_power setting, no output from SX1262 antenna (theory:
  output routed to the SX1261 antenna).

- SF,BW,etc. settings were different from the SX127x power on defaults, so
  modems with an identical configuration were unable to communicate.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-02-20 16:44:57 +11:00
..
lora lora-sx126x: Fix invalid default configuration after reset. 2024-02-20 16:44:57 +11:00
manifest.py lora: Add STM32WL55 subghz LoRa modem class. 2023-08-26 18:16:04 +10:00