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

Commit 8d9a8ce

Browse files
authored
v1.9.0 to fix ESP32 chipID
### Releases v1.9.0 1. Fix ESP32 chipID. Check [Help for storing variables in memory (non-volatile) #87](khoih-prog/ESP_WiFiManager#87 (comment)) 2. Add ESP32 getChipID() and getChipOUI() functions 3. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
1 parent 654b13f commit 8d9a8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ paragraph=Library to configure MultiWiFi/Credentials at runtime for ESP32 (inclu
88
category=Communication
99
url=https://github.com/khoih-prog/ESP_WiFiManager_Lite
1010
architectures=esp8266,esp32
11-
depends=ESP_DoubleResetDetector,ESP_MultiResetDetector,LittleFS_esp32
11+
depends=ESP_DoubleResetDetector,ESP_MultiResetDetector
1212
includes=ESP_WiFiManager_Lite.h

0 commit comments

Comments
 (0)