We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6304c7a + 799a80e commit 6404899Copy full SHA for 6404899
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