From 36c2216dd6ff231fa4c3d3e7c90e714319039230 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 30 Jun 2015 11:40:20 +0200 Subject: [PATCH] Update revision log --- build/shared/revisions.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index ea12b4174..9f64170be 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -15,6 +15,11 @@ ARDUINO 1.6.6 * IDE groups compiled files into "libraries", "core" and "sketch" folders * Added Serial Plotter. Thanks @henningpohl +[libraries] + +* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus +* Bridge: YunClient.stop() now empties all buffers. Thanks @RobAtticus + ARDUINO 1.6.5-r2 - 2015.06.17 [ide]