CHanged default data rate to 1MBps and default channel to 100 for better performance

This commit is contained in:
maniacbug
2011-08-04 20:46:30 -07:00
parent 7aeaf0d373
commit 5344c5fe8c
4 changed files with 5 additions and 20 deletions

View File

@@ -104,12 +104,6 @@ void setup(void)
// optionally, increase the delay between retries & # of retries
radio.setRetries(15,15);
// optionally, use a high channel to avoid WiFi chatter
radio.setChannel(110);
// optionally, increase the CRC length for improved reliability
radio.setCRCLength(RF24_CRC_16);
//
// Open pipes to other nodes for communication
//