Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 95dedf7

Browse files
merlinschumacherme-no-dev
authored andcommitted
Corrected datatype für JSON_MIMETYPE (me-no-dev#396)
* Change JSON MIME type to application/json * Corrected datatype für JSON_MIMETYPE (Fixes me-no-dev#390)
1 parent bed4146 commit 95dedf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AsyncJson.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define ASYNC_JSON_H_
3737
#include <ArduinoJson.h>
3838

39-
const char* JSON_MIMETYPE = "application/json";
39+
constexpr char* JSON_MIMETYPE = "application/json";
4040

4141
/*
4242
* Json Response

0 commit comments

Comments
 (0)