Skip to content

Commit

Permalink
Fix example per #114
Browse files Browse the repository at this point in the history
Fix incorrect setting
  • Loading branch information
TMRh20 committed Jun 7, 2015
1 parent c79ccc7 commit 357fcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_RPi/gettingstarted_call_response.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int main(int argc, char** argv){
printf("RPi/RF24/examples/gettingstarted_call_response\n");
radio.begin();
radio.enableAckPayload(); // Allow optional ack payloads
radio.enableDynamicAck();
radio.enableDynamicPayloads();
radio.printDetails(); // Dump the configuration of the rf unit for debugging


Expand Down

0 comments on commit 357fcb9

Please sign in to comment.