From 3a2e4f1ced7061e8770938ed9cade9e0b016fcfa Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Thu, 24 Feb 2022 12:24:59 +0100
Subject: [PATCH] Give enough time for AccessPoint

---
 ampel-firmware/config.public.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ampel-firmware/config.public.h b/ampel-firmware/config.public.h
index dd6cffc..de542fa 100644
--- a/ampel-firmware/config.public.h
+++ b/ampel-firmware/config.public.h
@@ -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
-- 
GitLab