espflash
should look at parent/workspace directories for espflash.toml
#593
Milestone
espflash
should look at parent/workspace directories for espflash.toml
#593
Looking at the release notes for espflash v3.0.0-rc1, it seems that the partition table can now be specified in the
espflash.toml
file. (As added in #551)However, it seems that
espflash
will only look for this file in the current directory, or the user's main configuration directory (See these lines of code. It should support looking at parent directories so as to support cargo workspaces with multiple crates.This is especially useful if
cargo test
is used, as that command will execute in the individual crates sub-directories in the workspace. With the current search method used byespflash
, this would require creating an additionalespflash.toml
in each crate's directory, instead of a singleespflash.toml
in the workspace directory.The text was updated successfully, but these errors were encountered: