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

Remove Rust toolchain question #39

Closed SergioGasquez closed 2 years ago

SergioGasquez commented 2 years ago

I see no value in having a question for the desired Rust toolchain when generating the project, we could do like in esp-template and assume the toolchain based on the selected target (nigthly for esp32c3, esp otherwise)

MabezDev commented 2 years ago

That's a good point, seems like a good idea!