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 1/2] 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"; From b013526d27c8f5f6be4b12f526b3f5deaf468ae6 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Sat, 13 Jul 2019 15:29:15 +0200 Subject: [PATCH 2/2] added "build_dir" to make Core 2.3.0 compile with PlatformIO V.4.0. Change has no impact to older versions of PlatformIO --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 4dcfdea07..59fab723d 100755 --- a/platformio.ini +++ b/platformio.ini @@ -9,6 +9,7 @@ [platformio] src_dir = sonoff +build_dir = .pioenvs ; *** Uncomment one of the lines below to build/upload only one environment ;env_default = sonoff