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

Commit 930775b

Browse files
authored
v1.9.0 to fix ESP32 chipID, etc.
### Release 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+ 4. Remove unavailable items from depends field of `library.properties`, such as `ESP Async WebServer`,`ESP AsyncTCP` and `AsyncTCP`
1 parent 2a71f0c commit 930775b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ getEfuseMac: 0x885208ABF498
124124
##### Libraries to be installed manually by downloading zip
125125

126126
Remove unavailable items from depends field of `library.properties`, such as `ESP Async WebServer`,`ESP AsyncTCP` and `AsyncTCP`. Check
127-
- https://github.com/me-no-dev/AsyncTCP/issues/147
128-
- https://github.com/me-no-dev/ESPAsyncTCP/issues/139
129-
- https://github.com/me-no-dev/ESPAsyncTCP/issues/158
130-
- https://github.com/me-no-dev/ESPAsyncTCP/issues/168
127+
- [**Arduino Library Registry** #147](https://github.com/me-no-dev/AsyncTCP/issues/147)
128+
- [**Arduino library manager** #139](https://github.com/me-no-dev/ESPAsyncTCP/issues/139)
129+
- [**Available via Arduino Library Manager?** #158](https://github.com/me-no-dev/ESPAsyncTCP/issues/158)
130+
- [**Add ESPAsyncTCP to the Arduino Library Manager** #168](https://github.com/me-no-dev/ESPAsyncTCP/issues/168)
131131

132132
---
133133
---

changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
2. Add ESP32 getChipID() and getChipOUI() functions
3939
3. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
4040
4. Remove unavailable items from depends field of `library.properties`, such as `ESP Async WebServer`,`ESP AsyncTCP` and `AsyncTCP`. Check
41-
- https://github.com/me-no-dev/AsyncTCP/issues/147
42-
- https://github.com/me-no-dev/ESPAsyncTCP/issues/139
43-
- https://github.com/me-no-dev/ESPAsyncTCP/issues/158
44-
- https://github.com/me-no-dev/ESPAsyncTCP/issues/168
41+
- [**Arduino Library Registry** #147](https://github.com/me-no-dev/AsyncTCP/issues/147)
42+
- [**Arduino library manager** #139](https://github.com/me-no-dev/ESPAsyncTCP/issues/139)
43+
- [**Available via Arduino Library Manager?** #158](https://github.com/me-no-dev/ESPAsyncTCP/issues/158)
44+
- [**Add ESPAsyncTCP to the Arduino Library Manager** #168](https://github.com/me-no-dev/ESPAsyncTCP/issues/168)
4545

4646

4747
### Release v1.8.2

0 commit comments

Comments
 (0)