mirror of https://github.com/arendst/Tasmota.git
Fix WeMo emulation on echo 1g and dot 2g
Fix WeMo emulation on echo 1g and dot 2g (#6086)
This commit is contained in:
parent
0bb0f06982
commit
46d2cb8d0b
|
@ -35,7 +35,7 @@ bool udp_response_mutex = false; // M-Search response mutex to control r
|
|||
* UPNP/SSDP search targets
|
||||
\*********************************************************************************************/
|
||||
|
||||
const char URN_BELKIN_DEVICE[] PROGMEM = "urn:belkin:device:**";
|
||||
const char URN_BELKIN_DEVICE[] PROGMEM = "urn:Belkin:device:**";
|
||||
const char UPNP_ROOTDEVICE[] PROGMEM = "upnp:rootdevice";
|
||||
const char SSDPSEARCH_ALL[] PROGMEM = "ssdpsearch:all";
|
||||
const char SSDP_ALL[] PROGMEM = "ssdp:all";
|
||||
|
|
Loading…
Reference in New Issue