espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
431 stars 145 forks source link

Homekit example is not updated with latest fixes such as IRAM optimization fix for ESP32 to all examples (MEGH-4986) #282

Closed adukale closed 8 months ago

adukale commented 9 months ago

Answers checklist.

General issue report

If we compare homekit_switch example and multi_device, we can see that homekit example is not updated with latest fixes such as IRAM optimization fix for ESP32 to all examples commit c43cd07. Also if we compare examples, there are some features also missing from homekit_switch example like Scheduling and Scenes support.

vikramdattu commented 9 months ago

If we compare homekit_switch example and multi_device, we can see that homekit example is not updated with latest fixes such as IRAM optimization fix for ESP32 to all examples commit https://github.com/espressif/esp-rainmaker/commit/c43cd071faf5be97a37057aed75baa3016164846.

@adukale the IRAM optimisations fix is already part of the homekit_switch example and hence, the above commit doesn't do it.

Also if we compare examples, there are some features also missing from homekit_switch example like Scheduling and Scenes support.

Thanks for the heads up. For now, you may refer other examples to for schedule and scenes support.