platform: remove useless 5s startup delay
This commit is contained in:
parent
4114a8b2b5
commit
4412fd8f1a
@ -81,7 +81,6 @@ void
|
||||
Platform::preSetup()
|
||||
{
|
||||
Serial.begin(115200);
|
||||
delay(5000);
|
||||
#ifdef PLATFORM_PHOTON
|
||||
System.enableFeature(FEATURE_RETAINED_MEMORY);
|
||||
if (bootopts.isFlash) {
|
||||
|
Loading…
Reference in New Issue
Block a user