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

Commit

Permalink
v1.11.0 to fix ESP32 chipID
Browse files Browse the repository at this point in the history
### Releases v1.11.0

1. Fix ESP32 chipID. Check [Help for storing variables in memory (non-volatile) #87](#87 (comment))
2. Add ESP32 ESP_getChipOUI() function
3. Display new info on Config Portal for ESP32
4. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
  • Loading branch information
khoih-prog authored Sep 9, 2022
1 parent 8d49532 commit 139a297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* [Multiple-Definitions-Linker-Error demo](#Multiple-Definitions-Linker-Error-demo)
* [ConfigOnDoubleReset_Multi](examples/ConfigOnDoubleReset_Multi)
* [Example ConfigOnDRD_FS_MQTT_Ptr](#example-configondrd_fs_mqtt_ptr)
* [Debug Terminal Output Samples](#debug-termimal-output-samples)
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
* [1. ConfigOnSwitchFS_MQTT_Ptr on ESP8266_NODEMCU_ESP12E](#1-configonswitchfs_mqtt_ptr-on-esp8266_nodemcu_esp12e)
* [2. ESP32_FSWebServer_DRD on ESP32_DEV](#2-esp32_fswebserver_drd-on-esp32_dev)
* [3. ESP32_FSWebServer_DRD on ESP32_DEV using newly-supported LittleFS](#3-esp32_fswebserver_drd-on-esp32_dev-using-newly-supported-littlefs)
Expand Down Expand Up @@ -2193,7 +2193,7 @@ https://github.com/khoih-prog/ESP_WiFiManager/blob/a73dbe26dba2491b40b38100f29ce
---
---

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

#### 1. [ConfigOnSwitchFS_MQTT_Ptr](examples/ConfigOnSwitchFS_MQTT_Ptr) on ESP8266_NODEMCU_ESP12E

Expand Down

0 comments on commit 139a297

Please sign in to comment.