Fix unsigned long printed as signed long (issue #170)

This commit is contained in:
Benoit Blanchon
2016-04-28 08:42:59 +02:00
parent f192d5c12e
commit f9f002c8f7
11 changed files with 125 additions and 78 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Fix `unsigned long` printed as `signed long` (issue #170)
v5.2.0
------