Improved speed of float serialization (about twice faster)

This commit is contained in:
Benoit Blanchon
2016-07-10 16:12:49 +02:00
parent 1e044f50c7
commit 2dbd94951c
2 changed files with 14 additions and 9 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* Improved speed of float serialization (about twice faster)
v5.6.2
------