Loading...
Searching...
No Matches
Go to the documentation of this file.
5#pragma push_macro("ARDUINO")
6#pragma push_macro("ARDUINOJSON_ENABLE_STD_STREAM")
7#pragma push_macro("ARDUINOJSON_ENABLE_STRING_VIEW")
8#pragma push_macro("ARDUINOJSON_ENABLE_STD_STRING")
9#pragma push_macro("ARDUINOJSON_ENABLE_ARDUINO_STRING")
10#pragma push_macro("ARDUINOJSON_ENABLE_ARDUINO_STREAM")
11#pragma push_macro("ARDUINOJSON_ENABLE_ARDUINO_PRINT")
12#pragma push_macro("ARDUINOJSON_ENABLE_PROGMEM")
15#ifdef ARDUINOJSON_ENABLE_STD_STREAM
16#undef ARDUINOJSON_ENABLE_STD_STREAM
18#define ARDUINOJSON_ENABLE_STD_STREAM 0
20#ifdef ARDUINOJSON_ENABLE_STRING_VIEW
21#undef ARDUINOJSON_ENABLE_STRING_VIEW
23#define ARDUINOJSON_ENABLE_STRING_VIEW 0
25#ifdef ARDUINOJSON_ENABLE_STD_STRING
26#undef ARDUINOJSON_ENABLE_STD_STRING
30#define ARDUINOJSON_ENABLE_STD_STRING 1
32#define ARDUINOJSON_ENABLE_STD_STRING 0
35#ifdef ARDUINOJSON_ENABLE_ARDUINO_STRING
36#undef ARDUINOJSON_ENABLE_ARDUINO_STRING
38#define ARDUINOJSON_ENABLE_ARDUINO_STRING 0
40#ifdef ARDUINOJSON_ENABLE_ARDUINO_STREAM
41#undef ARDUINOJSON_ENABLE_ARDUINO_STREAM
43#define ARDUINOJSON_ENABLE_ARDUINO_STREAM 0
45#ifdef ARDUINOJSON_ENABLE_ARDUINO_PRINT
46#undef ARDUINOJSON_ENABLE_ARDUINO_PRINT
48#define ARDUINOJSON_ENABLE_ARDUINO_PRINT 0
50#ifdef ARDUINOJSON_ENABLE_PROGMEM
51#undef ARDUINOJSON_ENABLE_PROGMEM
53#define ARDUINOJSON_ENABLE_PROGMEM 0
60#define FASTLED_JSON_GUARD
62#undef FASTLED_JSON_GUARD
64#pragma pop_macro("ARDUINOJSON_ENABLE_PROGMEM")
65#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_PRINT")
66#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_STREAM")
67#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_STRING")
68#pragma pop_macro("ARDUINOJSON_ENABLE_STD_STRING")
69#pragma pop_macro("ARDUINOJSON_ENABLE_STRING_VIEW")
70#pragma pop_macro("ARDUINOJSON_ENABLE_STD_STREAM")
71#pragma pop_macro("ARDUINO")