LoRaWAN library for SX1262

[env:savi]
platform = ststm32@17.3.0
board = custom_savi
framework = arduino
debug_tool = stlink
upload_protocol = stlink
debug_port = 127.0.0.1:3333
lib_deps =
    beegee-tokyo/SX126x-Arduino@^2.0.24
board_build.variants_dir = custom_variants

I’m basically using this as base and I’m now trying to extend it to send those BME280 measurements using LoRaWAN stack: Problem reading BME280 using I2C on custom board - #26 by maxgerhardt