From 8d43a385b9554d14ce4bee7253f92cb911f95ad6 Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Tue, 13 Nov 2018 10:21:25 -0500 Subject: [PATCH] Add changelog --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..8a5cb90 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,15 @@ +Arduino NINA-W102 firmware ?.?.? - ????.??.?? + +Arduino NINA-W102 firmware 1.1.0 - 2018.10.4 + +* WiFi is now stopped before connecting to AP +* Changed default STA hostname to "arduino-XXYY" +* Switched to all channel scan when connecting to AP in STA mode +* Fixed static IP's support in STA + AP modes +* Return failure on bad AP params +* Moved certificates to separate mmapped partition, added a larger set of built-in root CA's +* Updated to use esp-idf v3.1 + +Arduino NINA-W102 firmware 1.0.0 - 2018.06.28 + +* Initial release