Added fallbacks strlen_P, strncmp_P, strcmp_P and memcpy_P (fixes #1073)

This commit is contained in:
Benoit Blanchon
2019-08-21 09:31:53 +02:00
parent dcca4214f5
commit f00dfd7bfe
6 changed files with 107 additions and 22 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Added fallback implementations of `strlen_P()`, `strncmp_P()`, `strcmp_P()`, and `memcpy_P()` (issue #1073)
v6.11.4 (2019-08-12)
-------