Skip to content

Commit 799a80e

Browse files
committed
Merge pull request arduino#3 from bblacey/config-fix
Removed call to gw.setPALevel(RF24_PA_LOW) because the gateway PA Level ...
2 parents c270a9e + a182a1c commit 799a80e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SerialGateway/SerialGateway.ino

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ boolean commandComplete = false; // whether the string is complete
4848
void setup()
4949
{
5050
gw.begin();
51-
gw.setPALevel(RF24_PA_LOW); //Adjust PA-level: MIN, LOW, HIGH, MAX (MAX can sometimes cause problems when using amplified NRF24L01)
5251

5352
// C++ classes and interrupts really sucks. Need to attach interrupt
5453
// outside thw Gateway class due to language shortcomings! Gah!

0 commit comments

Comments
 (0)