Shubham Patil
Shubham Patil
@damian-kurek-wizzdev @ShahilDholariya I have added the changes in this PR to support renaming main... https://github.com/project-chip/connectedhomeip/pull/34497 Will update the submodule once it gets merged.
@jonsmirl We are narrowing down the source of the leak
We have a some [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/production.html#over-the-air-ota-updates) which talks about [Matter OTA](https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/esp32/ota.md). It also includes how to use encrypted OTA, you can take a look at that. You may need to increment...
> 13.5. Firmware a. Nodes SHALL support OTA firmware updates, either using Matter-provided means (see Section 11.19, “Over-the-Air (OTA) Software Update”) or proprietary means. [CM58 for T59, T226] This is...
> Thanks a bunch !! Ive done ESP AWS OTA demo and it works just fine. I've managed to make the AWS OTA as a component in my Matter project...
> the free heap memory become 900 bytes only, this is status when running with Matter This could be a problem. You may need to optimize the RAM usage. There's...
@JonathanWitthoeft are you still facing problem when building with esp-cryptoauthlib?
@law-ko Can you share more logs before the crash, want to understand the state of device before crashing.
@law-ko I see, not sure when this would happen, I will give it a try on ESP32 with PSRAM.
Also, one more thing, I was backtracking the code on esp-matter commit 0cb1c14cd3072529880a5f17fb9708dec3c1744a and connectedhomeip submodule was at commit `c95efa996d5c9a01a58b16060106127244fb1f5d`. And I was unable to match the line numbers can...