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

Commit

Permalink
v1.9.0 to fix ESP32 chipID, etc.
Browse files Browse the repository at this point in the history
### 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`
  • Loading branch information
khoih-prog authored Sep 9, 2022
1 parent 2a71f0c commit 930775b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ getEfuseMac: 0x885208ABF498
##### Libraries to be installed manually by downloading zip

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

---
---
Expand Down
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
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`. Check
- https://github.com/me-no-dev/AsyncTCP/issues/147
- https://github.com/me-no-dev/ESPAsyncTCP/issues/139
- https://github.com/me-no-dev/ESPAsyncTCP/issues/158
- https://github.com/me-no-dev/ESPAsyncTCP/issues/168
- [**Arduino Library Registry** #147](https://github.com/me-no-dev/AsyncTCP/issues/147)
- [**Arduino library manager** #139](https://github.com/me-no-dev/ESPAsyncTCP/issues/139)
- [**Available via Arduino Library Manager?** #158](https://github.com/me-no-dev/ESPAsyncTCP/issues/158)
- [**Add ESPAsyncTCP to the Arduino Library Manager** #168](https://github.com/me-no-dev/ESPAsyncTCP/issues/168)


### Release v1.8.2
Expand Down

0 comments on commit 930775b

Please sign in to comment.