Examples: Added a loop to wait for serial port to be ready (issue #156)

This commit is contained in:
Benoit Blanchon
2015-11-09 22:49:49 +01:00
parent 6d68806633
commit cbeefa2503
4 changed files with 10 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ v5.0.6
* Added parameter to `DynamicJsonBuffer` constructor to set initial size (issue #152)
* Fixed warning about library category in Arduino 1.6.6 (issue #147)
* Examples: Added a loop to wait for serial port to be ready (issue #156)
v5.0.5
------