We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d52193 commit 93fe962Copy full SHA for 93fe962
espflash/src/error.rs
@@ -46,7 +46,7 @@ pub enum Error {
46
)]
47
#[diagnostic(
48
code(espflash::image_too_big),
49
- 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."),
50
url("https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html#built-in-partition-tables")
51
52
ElfTooBig(u32, u32),
0 commit comments