From 6c18f68181672169f4f53a14ab750dcc44d80291 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 17 Mar 2017 21:08:54 +0100 Subject: [PATCH] Use GPIO5 as 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 f12a20f..6e943e1 100644 --- a/WifiControlSensor/config_device.h +++ b/WifiControlSensor/config_device.h @@ -54,7 +54,7 @@ // GPIO that can be get by mqtt and http // Pin 6 to 11 and 16 can not be used for mqtt -//#define CONFIG_OBSERVED_GPIO {5} +#define CONFIG_OBSERVED_GPIO {5} // GPIO used in PWM //#define CONFIG_CONTROLLED_PWM {}