Reduced autoconnect timeout and portal uptime.

This commit is contained in:
Kai Lauterbach 2022-09-14 20:11:59 +02:00
parent 6e1f64b14f
commit 40b2550c89
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
// config general setting and behavior of the weatherstation
#define WIFI_AUTOCONNECT_TIMEOUT_S 120
#define WIFI_CONFIG_PORTAL_TIMEOUT_S 120
#define WIFI_AUTOCONNECT_TIMEOUT_S 60
#define WIFI_CONFIG_PORTAL_TIMEOUT_S 300
#define UPDATE_SENSOR_INTERVAL_S 300
#define UPDATE_WEBSERVER_INTVERVAL_S 1 // Do not change, bigger values will prevent using webupdater webinterface
#define DELAY_LOOP_MS 100