Fix Web Gpio control configuration
This commit is contained in:
parent
4536163cfd
commit
08a02651a6
@ -32,10 +32,6 @@
|
||||
#define CONFIG_MQTT_CONTROLLED_GPIO {2, 13}
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_WEB_CONTROLLED_GPIO
|
||||
#define CONFIG_WEB_CONTROLLED_GPIO 2
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_EEPROM_SIZE
|
||||
#define CONFIG_EEPROM_SIZE 256
|
||||
#endif
|
||||
|
@ -20,6 +20,11 @@
|
||||
// Disable mDNS
|
||||
//#define CONFIG_ENABLE_POWER_SAVE
|
||||
|
||||
|
||||
//Web controlled GPIO
|
||||
#define CONFIG_WEB_CONTROLLED_GPIO 2
|
||||
|
||||
|
||||
/* DEFAULT VALUE ALSO DEFINED IN CONFIG.H */
|
||||
|
||||
// Time to sleep between 2 webserver request (increase it reduce battery usage but increase latency)
|
||||
|
Loading…
Reference in New Issue
Block a user