diff --git a/rx/rx.ino b/rx/rx.ino index 793f4f2..491183d 100644 --- a/rx/rx.ino +++ b/rx/rx.ino @@ -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() diff --git a/tx/tx.ino b/tx/tx.ino index 4cbb30b..14b2d8e 100644 --- a/tx/tx.ino +++ b/tx/tx.ino @@ -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