Skip to content

Commit 1503004

Browse files
committed
Increased the startup delay after powerup.
1 parent 0da770a commit 1503004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RF24/RF24.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ void RF24::powerUp(void)
452452
{
453453
//printf("RF24::powerUp - powering up radio\n");
454454
write_register(CONFIG,read_register(CONFIG) | _BV(PWR_UP));
455-
delayMicroseconds(150);
455+
delayMicroseconds(400);
456456
}
457457
}
458458

0 commit comments

Comments
 (0)