forked from bblanchon/ArduinoJson
Made PROGMEM available on more platforms (issue #381)
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
// efficient in term of code size, speed and memory usage.
|
||||
|
||||
void setup() {
|
||||
#if ARDUINO_ARCH_AVR
|
||||
#ifdef PROGMEM
|
||||
DynamicJsonBuffer jsonBuffer;
|
||||
|
||||
// You can use a Flash String as your JSON input.
|
||||
|
Reference in New Issue
Block a user