1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-24 13:21:23 +01:00

remove timeout from user config

This commit is contained in:
Harald Barth 2021-02-19 21:02:14 +01:00
parent 39cc9aecfc
commit a20516d0db

View File

@ -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
/////////////////////////////////////////////////////////////////////////////////////
//