-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Transmitter enables DPL during initialization of demo app while receiver does not. I am unable to receive any payload in receiver app (TX_SINGLE_ESB). Solution that worked for me was to comment out
nRF24_SetDynamicPayloadLength(nRF24_DPL_ON);
on line 886.
| nRF24_SetDynamicPayloadLength(nRF24_DPL_ON); |
Metadata
Metadata
Assignees
Labels
No labels