platform: remove useless 5s startup delay

This commit is contained in:
Torrie Fischer 2023-12-11 08:07:09 +01:00
parent 4114a8b2b5
commit 4412fd8f1a

View File

@ -81,7 +81,6 @@ void
Platform::preSetup()
{
Serial.begin(115200);
delay(5000);
#ifdef PLATFORM_PHOTON
System.enableFeature(FEATURE_RETAINED_MEMORY);
if (bootopts.isFlash) {