Commit deef592b authored by TMRh20's avatar TMRh20

Revert last commit, if defined... delay

Delay is necessary for faster devices in some cases
- reduced delay by 30us for testing further
parent a12cdca3
...@@ -734,8 +734,10 @@ void RF24::startListening(void) ...@@ -734,8 +734,10 @@ void RF24::startListening(void)
flush_tx(); flush_tx();
} }
// Go! // Go!
//delayMicroseconds(130); #if defined (RF24_LINUX) || defined (__arm__)
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