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

Commit

Permalink
v1.1.0 to use FlashStorage_STM32, etc
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
khoih-prog authored Apr 28, 2021
1 parent 9b17847 commit 5ba42e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* [Custom Configuration](#custom-configuration)
* [1. Custom Parameters](#1-custom-parameters)
* [2. Custom IP Configuration](#2-custom-ip-configuration)
* [3. Custom Parameters](#3-custom-access-point-ip-configuration)
* [3. Custom Access Point IP Configuration](#3-custom-access-point-ip-configuration)
* [4. Custom Station (client) Static IP Configuration](#4-custom-station-client-static-ip-configuration)
* [5. Custom HTML, CSS, Javascript](#5-custom-html-css-javascript)
* [5.1 Inject custom head element](#51-inject-custom-head-element)
Expand All @@ -75,7 +75,7 @@
* [1.2 Click `Save`](#12-click-save)
* [2. ConfigOnStartup on SAM-DUE with ESP32-AT shield](#2-configonstartup-on-sam-due-with-esp32-at-shield)
* [3. ConfigOnStartup on STM32 Nucleo-144 NUCLEO_F767ZI with ESP8266-AT shield](#3-configonstartup-on-stm32-nucleo-144-nucleo_f767zi-with-esp8266-at-shield)
* [4. ConfigOnStartup on Seeeduino SEEED_XIAO_M0 with ESP8266-AT shield](#1-configonstartup-on-seeeduino-seeed_xiao_m0-with-esp8266-at-shield)
* [4. ConfigOnStartup on Seeeduino SEEED_XIAO_M0 with ESP8266-AT shield](#4-configonstartup-on-seeeduino-seeed_xiao_m0-with-esp8266-at-shield)
* [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)
* [5.1 Data OK => No Config Portal](#51-data-ok--no-config-portal)
* [5.2 Valid Data but no connection => Config Portal](#52-valid-data-but-no-connection--config-Portal)
Expand Down Expand Up @@ -724,7 +724,7 @@ ESP_AT_wiFiManager.setRemoveDuplicateAPs(false);

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

#### 1. File [ConfigOnSwitch](examples/ConfigOnSwitch/ConfigOnSwitch.ino)
#### 1. File [ConfigOnSwitch.ino](examples/ConfigOnSwitch/ConfigOnSwitch.ino)

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

---

### Debug Terminal Output
### Debug Terminal Output Samples

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

Expand Down

0 comments on commit 5ba42e3

Please sign in to comment.