Reduce example payload size. Does this help reliability?

This commit is contained in:
maniacbug 2011-07-10 08:18:37 -07:00
parent 9566c82367
commit 774f53d6c5
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@ void setup(void)
// optionally, increase the CRC length for improved reliability
radio.setCRCLength(RF24_CRC_16);
// optionally, reduce the payload size. seems to
// improve reliability
radio.setPayloadSize(8);
//
// Open pipes to other nodes for communication
//