switch to useTxPowerLevel()

This commit is contained in:
Rohit Grover 2014-11-28 11:09:55 +00:00
parent 5cd5f364ea
commit 1a0593dc7c
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}