Skip to content

Commit 93fe962

Browse files
MabezDevjessebraham
authored andcommitted
Reword elf to big error
See #397 (comment)
1 parent 6d52193 commit 93fe962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espflash/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub enum Error {
4646
)]
4747
#[diagnostic(
4848
code(espflash::image_too_big),
49-
help("Reduce the size of the binary or increase the size of the partition."),
49+
help("Reduce the size of the binary or increase the size of the app partition."),
5050
url("https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html#built-in-partition-tables")
5151
)]
5252
ElfTooBig(u32, u32),

0 commit comments

Comments
 (0)