From 46d2cb8d0b58a68ac91a531f355730bca5a75309 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 13 Jul 2019 14:44:34 +0200 Subject: [PATCH] Fix WeMo emulation on echo 1g and dot 2g Fix WeMo emulation on echo 1g and dot 2g (#6086) --- sonoff/support_udp.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/support_udp.ino b/sonoff/support_udp.ino index eccc4681d..37830b08b 100644 --- a/sonoff/support_udp.ino +++ b/sonoff/support_udp.ino @@ -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";