How to set output power on 1W LoRa MicroMod Function Board (SX1276)?

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

Okay, upon further reading of the API documentation, it looks like the SX1276 library inherits setOutputPower() from the SX178 library.