Skip to content

Commit

Permalink
Reword elf to big error
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed May 5, 2023
1 parent 6d52193 commit 31ff3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espflash/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 31ff3e4

Please sign in to comment.