From 1e3585f602fee72d7deb49682b8b04770b2f43ee Mon Sep 17 00:00:00 2001 From: b-pas Date: Thu, 5 May 2016 21:13:16 -0400 Subject: [PATCH] moved _uuid to the correct position for the template --- libraries/ESP8266SSDP/ESP8266SSDP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266SSDP/ESP8266SSDP.cpp b/libraries/ESP8266SSDP/ESP8266SSDP.cpp index 4701305c05..0fe7ced4ef 100644 --- a/libraries/ESP8266SSDP/ESP8266SSDP.cpp +++ b/libraries/ESP8266SSDP/ESP8266SSDP.cpp @@ -206,9 +206,9 @@ void SSDPClass::_send(ssdp_method_t method){ (method == NONE)?_ssdp_response_template:_ssdp_notify_template, SSDP_INTERVAL, _modelName, _modelNumber, + _uuid, (method == NONE)?"ST":"NT", _deviceType, - _uuid, IP2STR(&ip), _port, _schemaURL );