Disable config timeout

This commit is contained in:
Carsten Schmiemann 2022-11-08 23:30:32 +01:00
parent b9c88f56f5
commit f659d4e8c3

View file

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