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 a73dbe2 commit 8d49532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2187,8 +2187,7 @@ ESP_wifiManager.setRemoveDuplicateAPs(false);

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

https://github.com/khoih-prog/ESP_WiFiManager/blob/a85a4cf3e346f3849678dce69f9fec9cf1288729/examples/ConfigOnDRD_FS_MQTT_Ptr/ConfigOnDRD_FS_MQTT_Ptr.ino#L17-L1410

https://github.com/khoih-prog/ESP_WiFiManager/blob/a73dbe26dba2491b40b38100f29ceb12fbaa98a9/examples/ConfigOnDRD_FS_MQTT_Ptr/ConfigOnDRD_FS_MQTT_Ptr.ino#L17-L1410


---
Expand Down

0 comments on commit 8d49532

Please sign in to comment.