From d6a2be13e167e2e4367584292f4664cd37c3adbe Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 28 Oct 2016 18:06:57 +0200 Subject: [PATCH] Default value for CONFIG_DISABLE{WEB,OTA,MQTT} --- WifiControlSensor/config_device.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WifiControlSensor/config_device.h b/WifiControlSensor/config_device.h index 8cf46d0..491635b 100644 --- a/WifiControlSensor/config_device.h +++ b/WifiControlSensor/config_device.h @@ -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)