micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.39k stars 994 forks source link

lora: Multiple small fixes (including syncword, sx126x minimum config) #804

Closed projectgus closed 7 months ago

projectgus commented 7 months ago

Collection of small LoRa fixes in individual commits. See commit messages for more details.

Test on SX1276, SX1262, STM32WL55.

projectgus commented 7 months ago

Build failure looks to be an unrelated regression from https://github.com/micropython/micropython/pull/13620

projectgus commented 7 months ago

@oeysteinhansen If you have the opportunity, then it's possible to install the packages from this PR and verify the fix by running mpremote mip install --index https://projectgus.github.io/micropython-lib/mip/bugfix/lora_sx126x lora-sx126x

dpgeorge commented 7 months ago

Thanks, merged with relevant manifest.py versions bumped at patch level.

projectgus commented 7 months ago

@dpgeorge Oops, good catch - thanks!