There was an error while loading. Please reload this page.
1 parent 3fa7469 commit a58d5a8Copy full SHA for a58d5a8
1 file changed
RF24Network.h
@@ -203,7 +203,7 @@
203
#define USER_TX_MULTICAST 4
204
205
#if defined NRF52_RADIO_LIBRARY
206
- #define RF24NETWORK_MAX_FRAME_SIZE 123 // Size of individual radio frames is larger with NRF52
+ #define RF24NETWORK_MAX_FRAME_SIZE 254 // Size of individual radio frames is larger with NRF52
207
#else
208
#define RF24NETWORK_MAX_FRAME_SIZE 32 // Size of individual radio frames
209
#endif
0 commit comments