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";