From b3e3a88f56251bce3c7041142cc4b738a3216f53 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo <hieromon@gmail.com> Date: Thu, 29 Aug 2019 17:44:35 +0900 Subject: [PATCH] Changed for v1.0.0 --- README.md | 1 + mkdocs/changelog.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9cfbc..fe014a8 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some ## Change log ### [1.0.0] Aug. 29, 2019 +- Supports Arduino core for ESP32 1.0.3. - Supports AutoConnectUpdate for the OTA update. - Supports Preferences for saving credentials with ESP32 core 1.0.3 and later. **In ESP32, the credentials stored past in EEPROM will lose**. diff --git a/mkdocs/changelog.md b/mkdocs/changelog.md index 7fa48d0..a9bbb53 100644 --- a/mkdocs/changelog.md +++ b/mkdocs/changelog.md @@ -1,6 +1,7 @@ #### [1.0.0] Aug. 29, 2019 +- Supports Arduino core for ESP32 1.0.3. - Supports AutoConnectUpdate for the [OTA update](otaupdate.md). -- Supports Preferences for saving credentials with ESP32 core 1.0.3 and later. +- Supports Preferences for saving credentials with ESP32 core 1.0.3 and later. **In ESP32, the credentials stored past in EEPROM will lose**. #### [0.9.12] Aug. 18, 2019 - Fixed missing captive portal notifications on the newer mobile OS client. As a result of this fix, the SoftAP default IP address and gateway have been changed to **172.217.28.1**.