We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24fc2 commit 04deb7eCopy full SHA for 04deb7e
libraries/ESP8266SSDP/ESP8266SSDP.cpp
@@ -70,7 +70,7 @@ static const char* _ssdp_packet_template =
70
"CACHE-CONTROL: max-age=%u\r\n" // SSDP_INTERVAL
71
"SERVER: Arduino/1.0 UPNP/1.1 %s/%s\r\n" // _modelName, _modelNumber
72
"USN: uuid:%s\r\n" // _uuid
73
- "%s: %s\r\n"
+ "%s: %s\r\n" // "NT" or "ST", _deviceType
74
"LOCATION: http://%u.%u.%u.%u:%u/%s\r\n" // WiFi.localIP(), _port, _schemaURL
75
"\r\n";
76
0 commit comments