esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
417 stars 50 forks source link

Update link_patches() comment to reflect current status #72

Closed faern closed 1 year ago

faern commented 1 year ago

Fixes #71

I'm not very satisfied with the provided URL. It currently only tells the user that it's needed, not exactly why. Do you have a better link we can use that helps the user understand the reason for link_patches?

MabezDev commented 1 year ago

The reason for the patches is somewhat complicated and in general, users don't need to care about why. So I think this comment is fine as is. Thanks for taking care of this!