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}
|
#define CONFIG_MQTT_CONTROLLED_GPIO {2, 13}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_WEB_CONTROLLED_GPIO
|
|
||||||
#define CONFIG_WEB_CONTROLLED_GPIO 2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONFIG_EEPROM_SIZE
|
#ifndef CONFIG_EEPROM_SIZE
|
||||||
#define CONFIG_EEPROM_SIZE 256
|
#define CONFIG_EEPROM_SIZE 256
|
||||||
#endif
|
#endif
|
||||||
|
@ -20,6 +20,11 @@
|
|||||||
// Disable mDNS
|
// Disable mDNS
|
||||||
//#define CONFIG_ENABLE_POWER_SAVE
|
//#define CONFIG_ENABLE_POWER_SAVE
|
||||||
|
|
||||||
|
|
||||||
|
//Web controlled GPIO
|
||||||
|
#define CONFIG_WEB_CONTROLLED_GPIO 2
|
||||||
|
|
||||||
|
|
||||||
/* DEFAULT VALUE ALSO DEFINED IN CONFIG.H */
|
/* DEFAULT VALUE ALSO DEFINED IN CONFIG.H */
|
||||||
|
|
||||||
// Time to sleep between 2 webserver request (increase it reduce battery usage but increase latency)
|
// Time to sleep between 2 webserver request (increase it reduce battery usage but increase latency)
|
||||||
|
Loading…
Reference in New Issue
Block a user