Commit 3a2e4f1c authored by Eric Duminil's avatar Eric Duminil
Browse files

Give enough time for AccessPoint

parent c8c22ba7
Pipeline #5925 passed with stage
in 2 minutes and 25 seconds
......@@ -70,7 +70,7 @@
// If the Ampel cannot connect to WIFI_SSID, it will start an Access Point for ACCESS_POINT_TIMEOUT seconds.
// If someone connects to this Access Point, the Ampel will stay in this mode until everybody logs out.
// If nobody connects to the Access Point before ACCESS_POINT_TIMEOUT seconds, the Ampel will try to connect WIFI_SSID again.
# define ACCESS_POINT_TIMEOUT 30 // [s]
# define ACCESS_POINT_TIMEOUT 60 // [s]
/**
* Sensor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment