I am building a system that uses two 1W LoRa MicroMod Function Boards for the radio communication.
The specs for the radio claim transmit power from 28.5 - 30 dBm (max). I’d like to perform a max power range test, so I want to set the power to 30dBm.
How do I set transmit power with the for the SX1276 radio on this board? I do not see a setOutputPower() function in the API reference for the RadioLib library for this radio.
Has anyone else tried this?
Thanks!
Jason