Skip to content

Commit

Permalink
Move icon list tag inside device tag (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian Popescu <[email protected]>
  • Loading branch information
CriPstian and Cristian Popescu authored Sep 17, 2020
1 parent 8979b54 commit bb690b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32SSDP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ static const char _ssdp_schema_template[] PROGMEM =
"<manufacturerURL>%s</manufacturerURL>"
"<UDN>uuid:%s</UDN>"
"<serviceList>%s</serviceList>"
"</device>"
"<iconList>%s</iconList>"
"</device>"
"</root>\r\n"
"\r\n";

Expand Down

0 comments on commit bb690b1

Please sign in to comment.