Set default for ARDUINOJSON_ENABLE_PROGMEM to 1 on AVR

This commit is contained in:
Benoit Blanchon
2023-04-12 11:24:49 +02:00
parent 976a6d7594
commit 082ae69e86
3 changed files with 9 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Fix compatibility with the Zephyr Project (issue #1905)
* Allow using PROGMEM outside of Arduino (issue #1903)
* Set default for `ARDUINOJSON_ENABLE_PROGMEM` to `1` on AVR
v6.21.1 (2023-03-27)
-------