new features master
authorRuss Handorf <rhandorf@handorf.org>
Tue, 16 Mar 2021 03:09:57 +0000 (23:09 -0400)
committerRuss Handorf <rhandorf@handorf.org>
Tue, 16 Mar 2021 03:09:57 +0000 (23:09 -0400)
code/sketch_dec10a.ino

index 523db77..1660650 100644 (file)
@@ -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");