Made PROGMEM available on more platforms (issue #381)

This commit is contained in:
Benoit Blanchon
2016-11-16 22:24:58 +01:00
parent f6cd42d916
commit 72d78432c9
3 changed files with 7 additions and 2 deletions

View File

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