This commit is contained in:
geeksville
2020-02-02 08:17:45 -08:00
parent be8df34722
commit 5dca838ba3
4 changed files with 26 additions and 10 deletions

View File

@@ -61,8 +61,8 @@ bool MeshRadio::init() {
// The default transmitter power is 13dBm, using PA_BOOST.
// If you are using RFM95/96/97/98 modules which uses the PA_BOOST transmitter pin, then
// you can set transmitter powers from 5 to 23 dBm:
// FIXME - can we do this?
// rf95.setTxPower(23, false);
// FIXME - can we do this? It seems to be in the Heltec board.
rf95.setTxPower(23, false);
return true;
}