From 31ff3e4bb958a22a27df0776bd1b7933b299d60f Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Fri, 5 May 2023 10:08:45 +0100 Subject: [PATCH] Reword elf to big error See https://github.com/esp-rs/espflash/pull/397#discussion_r1184959133 --- espflash/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espflash/src/error.rs b/espflash/src/error.rs index 171cdc3a..a4e30129 100644 --- a/espflash/src/error.rs +++ b/espflash/src/error.rs @@ -46,7 +46,7 @@ pub enum Error { )] #[diagnostic( code(espflash::image_too_big), - help("Reduce the size of the binary or increase the size of the partition."), + help("Reduce the size of the binary or increase the size of the app partition."), url("https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html#built-in-partition-tables") )] ElfTooBig(u32, u32),