mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-07-03 02:36:55 -04:00
Fix T-Echo reporting 0 dBm.
This commit is contained in:
parent
b437003a84
commit
8328f5be6f
1 changed files with 3 additions and 0 deletions
|
@ -1248,6 +1248,9 @@ void setTXPower(RadioInterface* radio, int txp) {
|
|||
}
|
||||
}
|
||||
|
||||
if (model == MODEL_16) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN);
|
||||
if (model == MODEL_17) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN);
|
||||
|
||||
if (model == MODEL_A1) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN);
|
||||
if (model == MODEL_A2) radio->setTxPower(txp, PA_OUTPUT_PA_BOOST_PIN);
|
||||
if (model == MODEL_A3) radio->setTxPower(txp, PA_OUTPUT_RFO_PIN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue