Now compatible with Particle 0.6.1 (issue #294 and PR #461 by @foodbag)

This commit is contained in:
Jacob Nite
2017-04-24 21:35:41 +02:00
committed by Benoit Blanchon
parent f7ae91b85d
commit 223f14710d

View File

@ -11,6 +11,7 @@ HEAD
* Fixed warnings `floating constant exceeds range of float`and `floating constant truncated to zero` (issue #483)
* Removed `Print` class and converted `printTo()` to a template method (issue #276)
* Removed example `IndentedPrintExample.ino`
* Now compatible with Particle 0.6.1, thanks to Jacob Nite (issue #294 and PR #461 by @foodbag)
v5.8.4
------