|
FastLED 3.9.3
|
Loading...
Searching...
No Matches
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
28#define ARDUINOJSON_ENABLE_STD_STRING 0
30#ifdef ARDUINOJSON_ENABLE_ARDUINO_STRING
31#undef ARDUINOJSON_ENABLE_ARDUINO_STRING
33#define ARDUINOJSON_ENABLE_ARDUINO_STRING 0
35#ifdef ARDUINOJSON_ENABLE_ARDUINO_STREAM
36#undef ARDUINOJSON_ENABLE_ARDUINO_STREAM
38#define ARDUINOJSON_ENABLE_ARDUINO_STREAM 0
40#ifdef ARDUINOJSON_ENABLE_ARDUINO_PRINT
41#undef ARDUINOJSON_ENABLE_ARDUINO_PRINT
43#define ARDUINOJSON_ENABLE_ARDUINO_PRINT 0
45#ifdef ARDUINOJSON_ENABLE_PROGMEM
46#undef ARDUINOJSON_ENABLE_PROGMEM
48#define ARDUINOJSON_ENABLE_PROGMEM 0
54#define FASTLED_JSON_GUARD
56#undef FASTLED_JSON_GUARD
58#pragma pop_macro("ARDUINOJSON_ENABLE_PROGMEM")
59#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_PRINT")
60#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_STREAM")
61#pragma pop_macro("ARDUINOJSON_ENABLE_ARDUINO_STRING")
62#pragma pop_macro("ARDUINOJSON_ENABLE_STD_STRING")
63#pragma pop_macro("ARDUINOJSON_ENABLE_STRING_VIEW")
64#pragma pop_macro("ARDUINOJSON_ENABLE_STD_STREAM")
65#pragma pop_macro("ARDUINO")