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
The config is currently only read system-wide ($HOME/.config/espflash/espflash.toml) but this is annoying if you work on multiple unrelated projects. I think cargo-espflash should first attempt to read project_dir/.config/espflash.toml and fall back to the system config if the former config doesn't exist.