From 4412fd8f1a9d3ff04328439b241e2f2494929fd8 Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Mon, 11 Dec 2023 08:07:09 +0100 Subject: [PATCH] platform: remove useless 5s startup delay --- src/Platform.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Platform.cpp b/src/Platform.cpp index 5702958..cc466ab 100644 --- a/src/Platform.cpp +++ b/src/Platform.cpp @@ -81,7 +81,6 @@ void Platform::preSetup() { Serial.begin(115200); - delay(5000); #ifdef PLATFORM_PHOTON System.enableFeature(FEATURE_RETAINED_MEMORY); if (bootopts.isFlash) {