X-Git-Url: https://handorf.org/code/?p=vfd-clock.git;a=blobdiff_plain;f=code%2Fsketch_dec10a.ino;h=1660650f6da323706bccea05da6feb9212c78f4b;hp=523db77af92d508da7fd9f9eb871a615ba5daf40;hb=HEAD;hpb=aaa84f820d0f3f47a469e36fe873df13c5ed8cd7 diff --git a/code/sketch_dec10a.ino b/code/sketch_dec10a.ino index 523db77..1660650 100644 --- a/code/sketch_dec10a.ino +++ b/code/sketch_dec10a.ino @@ -110,6 +110,7 @@ byte digits[38] { }; void setup() { + delay(10000); Serial.begin(115200); EEPROM.begin(512); //utc = int(EEPROM.read(0)); @@ -141,6 +142,7 @@ void setup() { WiFi.hostname("VFD-Clock2"); wifiManager.setHostname("VFD-Clock2"); + wifiManager.setConnectTimeout(15); int i=0; wifiManager.autoConnect("VFD WiFi Manager");