Arduino HomeKit ESP8266 Versions Save

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.

v1.4.0

3 years ago
  • Add yield() while crypto computing, to prevent WiFi disconnection. The idea is from BbIKTOP-issues80
  • One new example.

v1.3.0

3 years ago

Small improvements.

v1.2.0

3 years ago

New examples.

1.1.0

4 years ago

v1.1.0

  • Memory optimization
  • Upload ESP8266WiFi_nossl_noleak

1.0.1

4 years ago

v1.0.1

  • Reduce winsize from 3 to 2(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) in http_parser.h to avoid multi-definition errors when using ESP8266WebServer together.

1.0.0

4 years ago