From a20516d0dbf20a223972a17e5bc45c2b37883647 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Fri, 19 Feb 2021 21:02:14 +0100 Subject: [PATCH] remove timeout from user config --- config.example.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config.example.h b/config.example.h index e2dd822..bff7685 100644 --- a/config.example.h +++ b/config.example.h @@ -74,13 +74,6 @@ The configuration file for DCC-EX Command Station // // WIFI_CHANNEL: #define WIFI_CHANNEL 1 -// -///////////////////////////////////////////////////////////////////////////////////// -// -// Wifi connect timeout in milliseconds. Default is 14000 (14 seconds). You only need -// to set this if you have an extremely slow Wifi router. -// -//#define WIFI_CONNECT_TIMEOUT 14000 ///////////////////////////////////////////////////////////////////////////////////// //