Made timeouts more explicit in write()

This commit is contained in:
maniacbug
2011-06-29 21:38:17 -07:00
parent ca4820cd27
commit c5823c2605
2 changed files with 23 additions and 16 deletions

View File

@@ -96,6 +96,9 @@ void setup(void)
// 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
//