Skip to content

Commit 6404899

Browse files
committed
2 parents 6304c7a + 799a80e commit 6404899

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)