Hi Heltec community, is there a way to set the maximum transmission power for LoRaWan? There is an example in the examples folder for “plain lora”.
Radio.SetTxConfig( MODEM_LORA, TX_OUTPUT_POWER, 0, LORA_BANDWIDTH,
LORA_SPREADING_FACTOR, LORA_CODINGRATE,
LORA_PREAMBLE_LENGTH, LORA_FIX_LENGTH_PAYLOAD_ON,
true, 0, 0, LORA_IQ_INVERSION_ON, 3000 );
However, I have not found anything for LoRaWan? In the case of LoRaWan, do the nodes automatically transmit at full power?
Thank you