From 96b06db5ef5c3c5060af42c0a40810a15acd9443 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 14 May 2015 17:07:20 +0200 Subject: [PATCH] Fix firmware uploading under Linux OS for Arduino Leonardo board // Resolve #178 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 535275c1..9f78ad44 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,8 @@ Release History * Added `examples `__ with preconfigured IDE projects (`issue #154 `_) +* Fixed firmware uploading under Linux OS for Arduino Leonardo board + (`issue #178 `_) * Fixed parsing of includes for PlatformIO Library Dependency Finder (`issue #189 `_) * Fixed handling symbolic links within source code directory