Skip to content

Commit eeac819

Browse files
committed
update v1.0.1
1 parent 07303d3 commit eeac819

File tree

8 files changed

+107
-123
lines changed

8 files changed

+107
-123
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ Here are the free heap values of running the example sketch:
135135

136136
* Check your serial output with [example_serial_output.txt](https://raw.github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266/master/extras/example_serial_output.txt)
137137

138+
139+
## Change Log
140+
141+
#### v1.0.1
142+
* Reduce `winsize` from `3` to `2`(same performance) to lower the heap required. Pairing can be done with low free-heap of ~14000.
143+
* Specify the MDNS runs on the IPAddress of STA to ensure the HomeKit can work with some SoftAP-based WiFi-Config libraries.
144+
* Rename the `HTTP_METHOD`(s) in `http_parser.h` to avoid multi-definition errors when using `ESP8266WebServer` together.
145+
138146
## Thanks
139147
* [esp-homekit](https://github.com/maximkulkin/esp-homekit)
140148
* [esp-homekit-demo](https://github.com/maximkulkin/esp-homekit-demo)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266.git"
1414
},
15-
"version": "1.0.0",
15+
"version": "1.0.1",
1616
"license": "MIT",
1717
"frameworks": "arduino",
1818
"platforms": "espressif8266",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=HomeKit-ESP8266
2-
version=1.0.0
2+
version=1.0.1
33
author=Mixiaoxiao
44
maintainer=Mixiaoxiao
55
sentence=Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.

0 commit comments

Comments
 (0)