Fix cannot convert 'pgm_p' to 'const void*' (fixes #1707)

This commit is contained in:
Benoit Blanchon
2022-02-06 11:14:23 +01:00
parent 6806393285
commit 702f8c2e2f
4 changed files with 25 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fix `cannot convert 'pgm_p' to 'const void*'` (issue #1707)
v6.19.1 (2022-01-14)
-------