We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f114f1 commit f2a26c8Copy full SHA for f2a26c8
drivers/nrf24l01p/include/nrf24l01p_settings.h
@@ -32,7 +32,7 @@ extern "C" {
32
33
#define DELAY_CS_TOGGLE_TICKS 2
34
#define DELAY_AFTER_FUNC_TICKS 2
35
-#define DELAY_CE_HIGH_US HWTIMER_TICKS(15)
+#define DELAY_CE_HIGH_US HWTIMER_TICKS(20)
36
#define DELAY_CHANGE_PWR_MODE_US HWTIMER_TICKS(1500)
37
#define DELAY_CHANGE_TXRX_US HWTIMER_TICKS(130)
38
#define DELAY_CE_START_US HWTIMER_TICKS(5)
0 commit comments