Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: ISEN_RF24Network_Node_01 ISEN_RF24Network_Node_02
Diff: RF24Network.cpp
- Revision:
- 1:caf146ffe8b0
- Parent:
- 0:c3db0798d9aa
- Child:
- 2:a5f8e04bd02b
--- a/RF24Network.cpp Mon Jul 06 05:11:06 2015 +0000 +++ b/RF24Network.cpp Mon Jul 06 05:18:22 2015 +0000 @@ -35,7 +35,8 @@ radio.setDataRate(RF24_1MBPS); radio.setCRCLength(RF24_CRC_16); - radio.setAutoAck(1); /*****/ + // Setup Auto ack enabled as it is required by nodes + radio.setAutoAck(1); // Setup our address helper cache setup_address();