esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
474 stars 116 forks source link

Add a diagnostic to tell the user about the partition table format #397

Closed MabezDev closed 1 year ago

MabezDev commented 1 year ago

When the image doesn't fit.

MabezDev commented 1 year ago

Just fyi, miette supports a url param under #[diagnostic], see https://github.com/zkat/miette#-diagnostic-code-urls

Thanks! I didn't know about that, I've updated the diagnostic to use the URL feature.