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

Commit 139a297

Browse files
authored
v1.11.0 to fix ESP32 chipID
### 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+
1 parent 8d49532 commit 139a297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
* [Multiple-Definitions-Linker-Error demo](#Multiple-Definitions-Linker-Error-demo)
120120
* [ConfigOnDoubleReset_Multi](examples/ConfigOnDoubleReset_Multi)
121121
* [Example ConfigOnDRD_FS_MQTT_Ptr](#example-configondrd_fs_mqtt_ptr)
122-
* [Debug Terminal Output Samples](#debug-termimal-output-samples)
122+
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
123123
* [1. ConfigOnSwitchFS_MQTT_Ptr on ESP8266_NODEMCU_ESP12E](#1-configonswitchfs_mqtt_ptr-on-esp8266_nodemcu_esp12e)
124124
* [2. ESP32_FSWebServer_DRD on ESP32_DEV](#2-esp32_fswebserver_drd-on-esp32_dev)
125125
* [3. ESP32_FSWebServer_DRD on ESP32_DEV using newly-supported LittleFS](#3-esp32_fswebserver_drd-on-esp32_dev-using-newly-supported-littlefs)
@@ -2193,7 +2193,7 @@ https://github.com/khoih-prog/ESP_WiFiManager/blob/a73dbe26dba2491b40b38100f29ce
21932193
---
21942194
---
21952195

2196-
### Debug Termimal Output Samples
2196+
### Debug Terminal Output Samples
21972197

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

0 commit comments

Comments
 (0)