From 65e83af98270bb7ef3377f3619d1cff31a818a21 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 10 Dec 2016 17:49:20 +0200 Subject: [PATCH] New board Node32s; Update ESP32 Core for Arduino --- HISTORY.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 39abf261..4be9cca4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,6 +13,15 @@ PlatformIO 3.0 commands (`issue #850 `_) +------- + +* Development platform `Espressif 32 `__ + + + Added support for Simba Framework + + Added new board Node32s + + Updated ESP32 Core for Arduino + + 3.2.1 (2016-12-07) ~~~~~~~~~~~~~~~~~~