Set transmit power of RF95 module

This commit is contained in:
Tanner
2026-06-13 16:31:13 -06:00
parent 72c9c46d0c
commit 501997970a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ void setup()
// 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:
//rf95.setTxPower(23, false);
rf95.setTxPower(23, false);
}
void loop()
+1 -1
View File
@@ -55,7 +55,7 @@ void setup()
// 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:
//rf95.setTxPower(23, false);
rf95.setTxPower(23, false);
}
int16_t packetnum = 0; // packet counter, we increment per xmission