Fix config inheritage

This commit is contained in:
Mathieu Maret 2016-04-07 01:59:20 +02:00
parent 132ba26720
commit 96149ab5da
1 changed files with 8 additions and 0 deletions

View File

@ -22,10 +22,18 @@
#endif
#endif
#ifndef CONFIG_SSID_NAME
#define CONFIG_SSID_NAME "ESPConfigurator"
#endif
#ifndef CONFIG_MQTT_CONTROLLED_GPIO
#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