comment out 1M bitrate
This commit is contained in:
parent
dc81636839
commit
60f69b9099
|
@ -135,6 +135,7 @@ void setup() {
|
|||
//Serial.println(radio.getCRCLength());
|
||||
|
||||
radio.setDataRate( RF24_250KBPS ); //set to slow data rate. default was 1MBPS
|
||||
//radio.setDataRate( RF24_1MBPS );
|
||||
|
||||
radio.setChannel(NRF24CHANNEL); //0 to 124 (inclusive)
|
||||
|
||||
|
|
Loading…
Reference in New Issue