ArmDeveloperEcosystem / lorawan-library-for-pico

Enable LoRaWAN communications on your Raspberry Pi Pico or any RP2040 based board. 📡
BSD 3-Clause "New" or "Revised" License
125 stars 47 forks source link

Set Transmit Power EU868 #39

Closed SlazyHW closed 1 year ago

SlazyHW commented 1 year ago

Hello, I am using this library with Chirpstack and a RFM95W transceiver. My code is based on the OTAA example code and I initialized it with the 868 region parameters macro.

Is it possible to manually change the transmit power of the module, or is it part of the 868 region settings? I searched all .c and .h files but did not find anything in particular.