Updated a delay value for testing purposes

This commit is contained in:
Th3maz1ng 2021-06-06 18:04:24 +02:00
parent bad438287b
commit 6b9c05a69d

View File

@ -108,7 +108,7 @@ void WSPeripherals::_3V3PowerRail(State state)
{ {
digitalWrite(_boardConfig.LDOEnable, state); digitalWrite(_boardConfig.LDOEnable, state);
if(state) //We let some time for the voltage to stabilize on the rail. if(state) //We let some time for the voltage to stabilize on the rail.
delay(2); delay(10);
} }
const RF24 &WSPeripherals::getRadio(){return _NRF;} const RF24 &WSPeripherals::getRadio(){return _NRF;}