We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c270a9e + a182a1c commit 799a80eCopy full SHA for 799a80e
SerialGateway/SerialGateway.ino
@@ -48,7 +48,6 @@ boolean commandComplete = false; // whether the string is complete
48
void setup()
49
{
50
gw.begin();
51
- gw.setPALevel(RF24_PA_LOW); //Adjust PA-level: MIN, LOW, HIGH, MAX (MAX can sometimes cause problems when using amplified NRF24L01)
52
53
// C++ classes and interrupts really sucks. Need to attach interrupt
54
// outside thw Gateway class due to language shortcomings! Gah!
0 commit comments