Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 5ba42e3

Browse files
authored
v1.1.0 to use FlashStorage_STM32, etc
### Major Release v1.1.0 1. Use new efficient [**FlashStorage_STM32** library](https://github.com/khoih-prog/FlashStorage_STM32). 2. Add support to new **STM32 core v2.0.0** and STM32L5 3. Permit auto-connect without waiting for Config Portal if stored data is valid and WiFi test connection is OK. 4. Update examples with new features
1 parent 9b17847 commit 5ba42e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* [Custom Configuration](#custom-configuration)
6060
* [1. Custom Parameters](#1-custom-parameters)
6161
* [2. Custom IP Configuration](#2-custom-ip-configuration)
62-
* [3. Custom Parameters](#3-custom-access-point-ip-configuration)
62+
* [3. Custom Access Point IP Configuration](#3-custom-access-point-ip-configuration)
6363
* [4. Custom Station (client) Static IP Configuration](#4-custom-station-client-static-ip-configuration)
6464
* [5. Custom HTML, CSS, Javascript](#5-custom-html-css-javascript)
6565
* [5.1 Inject custom head element](#51-inject-custom-head-element)
@@ -75,7 +75,7 @@
7575
* [1.2 Click `Save`](#12-click-save)
7676
* [2. ConfigOnStartup on SAM-DUE with ESP32-AT shield](#2-configonstartup-on-sam-due-with-esp32-at-shield)
7777
* [3. ConfigOnStartup on STM32 Nucleo-144 NUCLEO_F767ZI with ESP8266-AT shield](#3-configonstartup-on-stm32-nucleo-144-nucleo_f767zi-with-esp8266-at-shield)
78-
* [4. ConfigOnStartup on Seeeduino SEEED_XIAO_M0 with ESP8266-AT shield](#1-configonstartup-on-seeeduino-seeed_xiao_m0-with-esp8266-at-shield)
78+
* [4. ConfigOnStartup on Seeeduino SEEED_XIAO_M0 with ESP8266-AT shield](#4-configonstartup-on-seeeduino-seeed_xiao_m0-with-esp8266-at-shield)
7979
* [5. ConfigOnStartup on STM32 Nucleo-144 NUCLEO_F767ZI with ESP8266-AT shield with invalid data](#5-configonstartup-on-stm32-nucleo-144-nucleo_f767zi-with-esp8266-at-shield-with-invalid-data)
8080
* [5.1 Data OK => No Config Portal](#51-data-ok--no-config-portal)
8181
* [5.2 Valid Data but no connection => Config Portal](#52-valid-data-but-no-connection--config-Portal)
@@ -724,7 +724,7 @@ ESP_AT_wiFiManager.setRemoveDuplicateAPs(false);
724724

725725
### Example [ConfigOnSwitch](examples/ConfigOnSwitch)
726726

727-
#### 1. File [ConfigOnSwitch](examples/ConfigOnSwitch/ConfigOnSwitch.ino)
727+
#### 1. File [ConfigOnSwitch.ino](examples/ConfigOnSwitch/ConfigOnSwitch.ino)
728728

729729
```cpp
730730
// Credits of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for this simple yet effective method
@@ -1270,7 +1270,7 @@ const int LOCAL_PIN_LED = 13; // Pin 13, Controls the onboard LED.
12701270

12711271
---
12721272

1273-
### Debug Terminal Output
1273+
### Debug Terminal Output Samples
12741274

12751275
### 1. ConfigOnSwitch on Adafruit Itsy-BItsy nRF52840 with ESP8266-AT shield
12761276

0 commit comments

Comments
 (0)