From 2844e163fc8123bb6dcc17598c5aad515f79383d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Aillet Date: Thu, 22 Sep 2022 21:28:52 +0200 Subject: [PATCH] Define partition config in Cargo.toml Fixes #116 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6f9ef41e..7d7b8d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,3 +85,6 @@ anyhow = "1" # Future; might be possible once https://github.com/rust-lang/cargo/issues/9096 hits Cargo nightly: #rust-esp32-ulp-blink = { git = "https://github.com/ivmarkov/rust-esp32-ulp-blink", artifact = "bin" } + +[package.metadata.espflash] +partition_table = "partitions.csv"