Releases: Mixiaoxiao/Arduino-HomeKit-ESP8266
Releases · Mixiaoxiao/Arduino-HomeKit-ESP8266
Update 1.4.0
- Add
yield()
while crypto computing, to prevent WiFi disconnection. The idea is from BbIKTOP-issues80 - One new example.
Update 1.3.0
Small improvements.
Update 1.2.0
New examples.
Update 1.1.0
v1.1.0
- Memory optimization
- Upload ESP8266WiFi_nossl_noleak
Update 1.0.1
v1.0.1
- Reduce
winsize
from3
to2
(same performance) to lower the heap required. Pairing can be done with low free-heap of ~14000. - Specify the MDNS runs on the IPAddress of STA to ensure the HomeKit can work with some SoftAP-based WiFi-Config libraries.
- Rename the
HTTP_METHOD
(s) inhttp_parser.h
to avoid multi-definition errors when usingESP8266WebServer
together.
Publish 1.0.0
update library.properties