lwip: support .svg in makefsdata tool

This commit is contained in:
Matthias Ringwald 2019-11-10 00:27:46 +01:00
parent c86c456e5c
commit 902584e45c

View File

@ -100,7 +100,8 @@ static const tHTTPHeader g_psHTTPHeaders[] = {
{ "xml", HTTP_HDR_XML},
{ "xsl", HTTP_HDR_XML},
{ "pdf", HTTP_HDR_PDF},
{ "json", HTTP_HDR_JSON}
{ "json", HTTP_HDR_JSON},
{ "svg", HTTP_HDR_SVG}
#ifdef HTTPD_ADDITIONAL_CONTENT_TYPES
/* If you need to add content types not listed here:
* #define HTTPD_ADDITIONAL_CONTENT_TYPES {"ct1", HTTP_CONTENT_TYPE("text/ct1")}, {"exe", HTTP_CONTENT_TYPE("application/exe")}