ivmarkov

Results 702 comments of ivmarkov
trafficstars

This is a rare use case and I don't think there is an easy fix, so it will probably stay open for a while. #135 and #137 are more important.

@usbalbin @MabezDev Folks, I'm missing a little bit the context of what is going on here. Can somebody summarize it for me? I'm struggling with the following: - We have...

On the other hand it erases 100 to 200K from the final binary.

Perhaps we need a `.cargo/config.toml` for the cmake-first build as well? This way we can put the immediate abort setting as commented out by default, but propery explained with comments?

Yeah, but then having a global denylist would be just as good, as we are not trying to prevent collisions between the components and esp idf, but rather, between C...

What would your app do when it gets `ESP_ERR_NVS_NEW_VERSION_FOUND`?

Hmm. How would you even show this error if the app can't even read its own data? Shouldn't you prevent the firmware flashing if it is too old in the...

Maybe you can create an API sketch outlining your idea. The API should contain some way to forcibly erase and initialize the partition in case of one of these errors...

> @ivmarkov any thoughts on this :-? I don't understand the problem still. Can you elaborate what is the problem, and what you would like to see changed?

Can you paste a short code snippet please which outlines what is supposed to work and doesn't? As in what methods exactly you are calling of the Wifi driver?