From 4aab3db2c10584507561f20b1097e1002de52d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 18 Sep 2017 22:43:49 +0200 Subject: [PATCH] Remove 500ms delay on boot --- code/espurna/espurna.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/code/espurna/espurna.ino b/code/espurna/espurna.ino index 7215177f..ffb5730a 100644 --- a/code/espurna/espurna.ino +++ b/code/espurna/espurna.ino @@ -227,7 +227,6 @@ void setup() { saveSettings(); } - delay(500); wifiSetup(); otaSetup(); #if TELNET_SUPPORT