Use GPIO5 as sensor

This commit is contained in:
Mathieu Maret 2017-03-17 21:08:54 +01:00
parent 58333280c6
commit 6c18f68181
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}