From 4811ceacdd632ee6cb42393d8136ebdfe47c2bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 28 Jan 2018 19:29:43 +0100 Subject: [PATCH] Disable SSDP support for the moment since it is not compatible with fauxmoESP library (#479) --- code/espurna/config/general.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index c027c6f5..81c4d749 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -417,7 +417,8 @@ PROGMEM const char* const custom_reset_string[] = { #endif #ifndef SSDP_SUPPORT -#define SSDP_SUPPORT 1 // Publish device using SSDP protocol by default (4.59Kb) +#define SSDP_SUPPORT 0 // Publish device using SSDP protocol by default (4.59Kb) + // Not compatible with ALEXA_SUPPORT at the moment #endif #ifndef SSDP_DEVICE_TYPE