arduino-libraries / Arduino_JSON

Official JSON Library for Arduino
GNU Lesser General Public License v2.1
154 stars 60 forks source link

ARDUINOJSON_ENABLE_PROGMEM being set to 0 causes <avr/pgmspace.h> to be included unconditionally #68

Closed zackees closed 3 weeks ago

zackees commented 3 weeks ago

This is from the FastLED library:

https://github.com/FastLED/FastLED/blob/master/src/third_party/arduinojson/json.hpp#L1185

https://github.com/FastLED/FastLED/issues/1760

zackees commented 3 weeks ago

My bad. I just needed to force progmem off