Skip to content

Memory and performance imrovements #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@ After memory optimization in v1.1.0:

## Change Log

#### v1.5.0

* Added function to close HomeKit server
* Moved some memory usage from stack to heap, and from heap to PROGMEM to reduce overall memory usage.
* Improved performance of HomeKit pairing, help avoid WiFi disconnection.
* Handle edge-case where client IP address may not be set during WiFi setup.

#### v1.4.0

* Add `yield()` while crypto computing, to prevent WiFi disconnection. The idea is from [BbIKTOP-issues80](https://github.com/Yurik72/ESPHap/issues/80#issuecomment-803685175)
Expand All @@ -169,6 +176,7 @@ After memory optimization in v1.1.0:
* Rename the `HTTP_METHOD`(s) in `http_parser.h` to avoid multi-definition errors when using `ESP8266WebServer` together.

## Thanks
* [homekit-ratgdo](https://github.com/ratgdo/homekit-ratgdo)
* [esp-homekit](https://github.com/maximkulkin/esp-homekit)
* [esp-homekit-demo](https://github.com/maximkulkin/esp-homekit-demo)
* [esp_hw_wdt](https://github.com/ComSuite/esp_hw_wdt)
Expand Down
90 changes: 0 additions & 90 deletions extras/ESP8266WiFi_nossl_noleak/src/ESP8266WiFi.cpp

This file was deleted.

91 changes: 0 additions & 91 deletions extras/ESP8266WiFi_nossl_noleak/src/ESP8266WiFi.h

This file was deleted.

Loading