Skip to content

Commit 118c1b2

Browse files
authored
Merge pull request #1 from dkerr64/cfurter-master
Memory and performance imrovements
2 parents 1339e0a + a5f0a12 commit 118c1b2

39 files changed

+79
-7195
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ After memory optimization in v1.1.0:
145145

146146
## Change Log
147147

148+
#### v1.5.0
149+
150+
* Added function to close HomeKit server
151+
* Moved some memory usage from stack to heap, and from heap to PROGMEM to reduce overall memory usage.
152+
* Improved performance of HomeKit pairing, help avoid WiFi disconnection.
153+
* Handle edge-case where client IP address may not be set during WiFi setup.
154+
148155
#### v1.4.0
149156

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

171178
## Thanks
179+
* [homekit-ratgdo](https://github.com/ratgdo/homekit-ratgdo)
172180
* [esp-homekit](https://github.com/maximkulkin/esp-homekit)
173181
* [esp-homekit-demo](https://github.com/maximkulkin/esp-homekit-demo)
174182
* [esp_hw_wdt](https://github.com/ComSuite/esp_hw_wdt)

extras/ESP8266WiFi_nossl_noleak/src/ESP8266WiFi.cpp

-90
This file was deleted.

extras/ESP8266WiFi_nossl_noleak/src/ESP8266WiFi.h

-91
This file was deleted.

0 commit comments

Comments
 (0)