Commit 58293d6f authored by TMRh20's avatar TMRh20

Revert change to delay from last commit

Further testing after including python wrapper indicates the original
delay seems to be about this best its going to get as far as a
compromise between delaying a bit/throughput and reliability of payloads
when rapidly switching between modes.
parent a2954f8f
...@@ -735,9 +735,7 @@ void RF24::startListening(void) ...@@ -735,9 +735,7 @@ void RF24::startListening(void)
} }
// Go! // Go!
#if defined (RF24_LINUX) || defined (__arm__) delayMicroseconds(100);
delayMicroseconds(100);
#endif
listeningStarted = 1; listeningStarted = 1;
} }
......
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