From 5a5404d543605380443cc8c31486853a8889aa9c Mon Sep 17 00:00:00 2001 From: Mark Becker Date: Wed, 9 May 2018 16:48:15 +0200 Subject: [PATCH] add ESP8266 #1380, #1358 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 80fc1d2ce3..59ac9cc66e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ Allow parseInt/parseFloat to be used on very large strings if the number doesn't extend right to the end (fix #1397) nRF5x: Fix memory leak on NRF.connect Fix memory leak if an exception is thrown within a rejected promise + ESP8266: rewrite wifi.save and restore to use the storage lib (imp #1380) + ESP8266: Add missing option ssid_hidden for Wifi.startAP() (imp #1358) 1v97 : nRF52: fix NRF.on('connect',...) issue STM32: Fix setDeviceClockCmd error for USB.setConsole()