Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2844e16

Browse files
committedSep 22, 2022
Define partition config in Cargo.toml
Fixes ivmarkov#116
1 parent 354e0b3 commit 2844e16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ anyhow = "1"
8585

8686
# Future; might be possible once https://github.com/rust-lang/cargo/issues/9096 hits Cargo nightly:
8787
#rust-esp32-ulp-blink = { git = "https://github.com/ivmarkov/rust-esp32-ulp-blink", artifact = "bin" }
88+
89+
[package.metadata.espflash]
90+
partition_table = "partitions.csv"

0 commit comments

Comments
 (0)
Please sign in to comment.