You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
'rustup default' will change the default toolchain for all rust builds done by the same user. This may cause an older rustc version to be used for non-esp32 builds and also may cause those builds to fail if they require a newer version than the Espressif provided one. Hence it's better to limit the toolchain override to the esp32 project by using rustup override set esp in the root of the project.