Default value for CONFIG_DISABLE{WEB,OTA,MQTT}

This commit is contained in:
Mathieu Maret 2016-10-28 18:06:57 +02:00
parent e0f600baf0
commit d6a2be13e1
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
// Disable SSL (so mqtts) to save some place (~52ko)
//#define CONFIG_DISABLE_SSL
//#define CONFIG_DISABLE_WEB
//#define CONFIF_DISABLE_OTA
//#define CONFIG_DISABLE_MQTT
// Enable the temperatue and pressure Sensor BMP180
// (CONFIG_BMP180_SDA and CONFIG_BMP180_SDA should be defined as well)