Skip to content

Commit 04deb7e

Browse files
added comments for clarity
1 parent bd24fc2 commit 04deb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266SSDP/ESP8266SSDP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static const char* _ssdp_packet_template =
7070
"CACHE-CONTROL: max-age=%u\r\n" // SSDP_INTERVAL
7171
"SERVER: Arduino/1.0 UPNP/1.1 %s/%s\r\n" // _modelName, _modelNumber
7272
"USN: uuid:%s\r\n" // _uuid
73-
"%s: %s\r\n"
73+
"%s: %s\r\n" // "NT" or "ST", _deviceType
7474
"LOCATION: http://%u.%u.%u.%u:%u/%s\r\n" // WiFi.localIP(), _port, _schemaURL
7575
"\r\n";
7676

0 commit comments

Comments
 (0)