Browse Source

Disable SSDP support for the moment since it is not compatible with fauxmoESP library (#479)

softuart
Xose Pérez 6 years ago
parent
commit
4811ceacdd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      code/espurna/config/general.h

+ 2
- 1
code/espurna/config/general.h View File

@ -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


Loading…
Cancel
Save