Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9663295

Browse files
committed
Merge pull request esp8266#1976 from achingbrain/patch-1
Switch sprintf arguments in SSDPClass::_send around
2 parents 234a874 + 1020c42 commit 9663295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266SSDP/ESP8266SSDP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ void SSDPClass::_send(ssdp_method_t method){
206206
(method == NONE)?_ssdp_response_template:_ssdp_notify_template,
207207
SSDP_INTERVAL,
208208
_modelName, _modelNumber,
209+
_uuid,
209210
(method == NONE)?"ST":"NT",
210211
_deviceType,
211-
_uuid,
212212
IP2STR(&ip), _port, _schemaURL
213213
);
214214

0 commit comments

Comments
 (0)