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:
Merlin Schumacher 2018-12-02 18:12:46 +01:00 committed by Me No Dev
parent bed4146ec6
commit 95dedf7a2d
1 changed files with 1 additions and 1 deletions

View File

@ -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