Mixiaoxiao / Arduino-HomeKit-ESP8266

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
MIT License
1.52k stars 278 forks source link

Is there a schedule to release a new version? #100

Open brencerddwr opened 3 years ago

brencerddwr commented 3 years ago

I was wondering if there is a schedule to release a new version for the arduino library system?

Mixiaoxiao commented 3 years ago

Not much time to maintain this project. You are recommend to use the official https://github.com/espressif/esp-homekit-sdk, which is compatible for any IDF-based chips (ESP32, ESP32-S2, ESP32-C3, ESP32-S3). Also is easy to use in ESP32's Arduino enviroment which is just a 'shell' on IDF. You can try my Arduino version of esp-homekit-sdk, see https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP