浏览代码

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

Christopher Mullins 6 年之前
父节点
当前提交
8420d099f3
共有 1 个文件被更改,包括 0 次插入1 次删除
  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();