From 5c3e3aac3a79407e89b8e4e2df23fd091325f9d8 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Sat, 8 Apr 2017 14:09:18 +0200 Subject: [PATCH] Correct SETUP gpio as already used by sensor --- WifiControlSensor/config_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WifiControlSensor/config_device.h b/WifiControlSensor/config_device.h index cb09949..d8e8b52 100644 --- a/WifiControlSensor/config_device.h +++ b/WifiControlSensor/config_device.h @@ -37,7 +37,7 @@ /* DEFAULT VALUE ALSO DEFINED IN CONFIG.H */ //If this GPIO is LOW at boot, device will enter setup mode -#define CONFIG_SETUP_GPIO 5 +#define CONFIG_SETUP_GPIO 3 // Time to sleep between 2 webserver request (increase it reduce battery usage but increase latency) //#define CONFIG_WEB_DELAY_MS 100