You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,13 @@ After memory optimization in v1.1.0:
145
145
146
146
## Change Log
147
147
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
+
148
155
#### v1.4.0
149
156
150
157
* 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:
169
176
* Rename the `HTTP_METHOD`(s) in `http_parser.h` to avoid multi-definition errors when using `ESP8266WebServer` together.
0 commit comments