From f659d4e8c34c9d3c6bd5772e9a46a64ab6b7cbae Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Tue, 8 Nov 2022 23:30:32 +0100 Subject: [PATCH] Disable config timeout --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8220e7e..cd70d88 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -348,7 +348,6 @@ void setup() { wm.addParameter(&custom_address_inverter); wm.addParameter(&custom_address_battery); wm.addParameter(&custom_address_outside_temperature); - wm.setTimeout(5); wm.autoConnect("PV_Mon"); display_text((char*)" Connecting wifi...", (char*)"");