mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-06 05:21:22 +03:00
Merge pull request #1976 from achingbrain/patch-1
Switch sprintf arguments in SSDPClass::_send around
This commit is contained in:
commit
9663295755
@ -206,9 +206,9 @@ void SSDPClass::_send(ssdp_method_t method){
|
|||||||
(method == NONE)?_ssdp_response_template:_ssdp_notify_template,
|
(method == NONE)?_ssdp_response_template:_ssdp_notify_template,
|
||||||
SSDP_INTERVAL,
|
SSDP_INTERVAL,
|
||||||
_modelName, _modelNumber,
|
_modelName, _modelNumber,
|
||||||
|
_uuid,
|
||||||
(method == NONE)?"ST":"NT",
|
(method == NONE)?"ST":"NT",
|
||||||
_deviceType,
|
_deviceType,
|
||||||
_uuid,
|
|
||||||
IP2STR(&ip), _port, _schemaURL
|
IP2STR(&ip), _port, _schemaURL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user