Fixed error "ambiguous overload for operator|" (fixes #1411)

This commit is contained in:
Benoit Blanchon
2020-10-22 09:30:31 +02:00
parent 1f7350658e
commit 2664a2d0da
4 changed files with 36 additions and 10 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fixed error `ambiguous overload for 'operator|'` (issue #1411)
v6.17.0 (2020-10-19)
-------