Skip to content
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