Commit 575183c3 authored by Daniel Friesel's avatar Daniel Friesel Committed by GitHub

Merge pull request #319 from derf/master

RF24::begin: reset dynamic_payloads_enabled to false
parents 3b5fc3e8 17e29ea1
......@@ -667,6 +667,7 @@ bool RF24::begin(void)
toggle_features();
write_register(FEATURE,0 );
write_register(DYNPD,0);
dynamic_payloads_enabled = false;
// Reset current status
// Notice reset and flush is the last thing we do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment