Skip to content

Commit

Permalink
Fix WeMo emulation on echo 1g and dot 2g
Browse files Browse the repository at this point in the history
Fix WeMo emulation on echo 1g and dot 2g (#6086)
  • Loading branch information
arendst committed Jul 13, 2019
1 parent 0bb0f06 commit 46d2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonoff/support_udp.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 46d2cb8

Please sign in to comment.