forked from me-no-dev/ESPAsyncWebServer
Corrected datatype für JSON_MIMETYPE (#396)
* Change JSON MIME type to application/json * Corrected datatype für JSON_MIMETYPE (Fixes #390)
This commit is contained in:
committed by
Me No Dev
parent
bed4146ec6
commit
95dedf7a2d
@ -36,7 +36,7 @@
|
||||
#define ASYNC_JSON_H_
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
const char* JSON_MIMETYPE = "application/json";
|
||||
constexpr char* JSON_MIMETYPE = "application/json";
|
||||
|
||||
/*
|
||||
* Json Response
|
||||
|
Reference in New Issue
Block a user