From: Russ Handorf <rhandorf@handorf.org>
Date: Tue, 16 Mar 2021 03:09:57 +0000 (-0400)
Subject: new features
X-Git-Url: http://handorf.org/code/?a=commitdiff_plain;h=1ec3aa8c39059b6efd1eeacd1e41de1c1dbda547;p=vfd-clock.git

new features
---

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");