mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 12:40:42 +00:00
lwip: support .svg in makefsdata tool
This commit is contained in:
parent
c86c456e5c
commit
902584e45c
@ -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")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user