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 80e0955 commit 38d8560Copy full SHA for 38d8560
src/web_server.h
@@ -26,7 +26,7 @@ extern const char _CONTENT_TYPE_PNG[];
26
#define CONTENT_TYPE_PNG FPSTR(_CONTENT_TYPE_PNG)
27
28
extern const char _CONTENT_TYPE_SVG[];
29
-#define CONTENT_TYPE_PNG FPSTR(_CONTENT_TYPE_SVG)
+#define CONTENT_TYPE_SVG FPSTR(_CONTENT_TYPE_SVG)
30
31
extern MongooseHttpServer server;
32
extern String currentfirmware;
0 commit comments