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

Commit

Permalink
Major Releases v1.4.1
Browse files Browse the repository at this point in the history
### Major Releases v1.4.1

1. Fix staticIP not saved in examples. See [ESP32 static IP not saved after restarting the device](khoih-prog/ESPAsync_WiFiManager#19)
2. Add structures and functions to handle AP and STA IPs.
3. Add complex examples 
  * [ConfigOnDRD_FS_MQTT_Ptr_Complex](examples/ConfigOnDRD_FS_MQTT_Ptr_Complex) to demo usage of std::map
  * [ConfigOnDRD_FS_MQTT_Ptr_Medium](examples/ConfigOnDRD_FS_MQTT_Ptr_Medium).
4. Add simple minimal examples 
  * [ConfigOnDRD_ESP32_minimal](examples/ConfigOnDRD_ESP32_minimal)
  * [ConfigOnDRD_ESP8266_minimal](examples/ConfigOnDRD_ESP8266_minimal)
  * [AutoConnect_ESP32_minimal](examples/AutoConnect_ESP32_minimal)
  * [AutoConnect_ESP8266_minimal](examples/AutoConnect_ESP8266_minimal)
5. Fix bug.
6. Fix compiler warnings.
7. Modify Version String
8. Add Table of Contents
  • Loading branch information
khoih-prog authored Dec 22, 2020
1 parent af52d77 commit 1a4ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
* [3. ESP32_FSWebServer_DRD on ESP32_DEV using newly-supported LittleFS](#3-esp32_fswebserver_drd-on-esp32_dev-using-newly-supported-littlefs)
* [4. ConfigOnDRD_FS_MQTT_Ptr_Complex on ESP32_DEV](#4-configondrd_fs_mqtt_ptr_complex-on-esp32_dev)
* [4.1 With Config Data => Run normally](#41-with-config-data--run-normally)
* [4.2 DRD => Config Portal](42-drd--config-portal)
* [4.2 DRD => Config Portal](#42-drd--config-portal)
* [4.3 Config Portal Done](#43-config-portal-done)
* [5. ConfigOnDRD_FS_MQTT_Ptr_Medium on ESP8266_NODEMCU](#5-configondrd_fs_mqtt_ptr_medium-on-esp8266_nodemcu)
* [5.1 With Config Data => Run normally](#51-with-config-data--run-normally)
Expand Down

0 comments on commit 1a4ead0

Please sign in to comment.