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
......@@ -735,7 +735,9 @@ void RF24::startListening(void)
}
// Go!
//delayMicroseconds(130);
#if defined (RF24_LINUX) || defined (__arm__)
delayMicroseconds(100);
#endif
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