Updated a delay value for testing purposes
This commit is contained in:
parent
bad438287b
commit
6b9c05a69d
@ -108,7 +108,7 @@ void WSPeripherals::_3V3PowerRail(State state)
|
||||
{
|
||||
digitalWrite(_boardConfig.LDOEnable, state);
|
||||
if(state) //We let some time for the voltage to stabilize on the rail.
|
||||
delay(2);
|
||||
delay(10);
|
||||
}
|
||||
|
||||
const RF24 &WSPeripherals::getRadio(){return _NRF;}
|
||||
|
Loading…
Reference in New Issue
Block a user