switch to useTxPowerLevel()
parent
5cd5f364ea
commit
1a0593dc7c
|
@ -109,7 +109,7 @@ public:
|
|||
/**
|
||||
* Set the effective power mode from one of the values in the powerLevels tables.
|
||||
*/
|
||||
void setPowerMode(TXPowerModes_t mode) {
|
||||
void useTxPowerMode(TXPowerModes_t mode) {
|
||||
effectivePower = powerLevels[mode];
|
||||
configure();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue