Browse Source

Don't overwrite PA level -- set via settings above this

Christopher Mullins 6 years ago
parent
commit
8420d099f3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/Radio/PL1167_nRF24.cpp

+ 0 - 1
lib/Radio/PL1167_nRF24.cpp

@@ -23,7 +23,6 @@ int PL1167_nRF24::open()
 {
   _radio.begin();
   _radio.setAutoAck(false);
-  _radio.setPALevel(RF24_PA_MAX);
   _radio.setDataRate(RF24_1MBPS);
   _radio.disableCRC();