feat: update default power setting in tx_params_t structure to TX_POWER_AUTO
This commit is contained in:
@ -232,7 +232,7 @@ struct tx_params_t {
|
||||
|
||||
static tx_params_t Default() {
|
||||
return tx_params_t{
|
||||
.power = MAX_POWER_HIGH_PA,
|
||||
.power = TX_POWER_AUTO,
|
||||
.ramp_time = SET_RAMP_200U,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user