Fix 9.22337e18 is outside the range of representable values of 'long'

This commit is contained in:
Benoit Blanchon
2022-04-05 13:02:24 +02:00
parent 67b6797b6d
commit c65692ab31
5 changed files with 139 additions and 6 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fix `9.22337e+18 is outside the range of representable values of type 'long'`
v6.19.4 (2022-04-05)
-------