Correct SETUP gpio as already used by sensor

This commit is contained in:
Mathieu Maret 2017-04-08 14:09:18 +02:00
parent 6141d812ad
commit 5c3e3aac3a
1 changed files with 1 additions and 1 deletions

View File

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