esp-rs / espflash

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

Fix compile with cli feature disabled #555

Closed haileys closed 5 months ago

haileys commented 5 months ago

espflash does not currently compile with the cli feature disabled. This PR fixes that

SergioGasquez commented 5 months ago

Also, just noticed that the builds also fails for cargo build --no-default-features that is, with no cli and no serialport feature. Would you like to take a look at this, or should I take over?

SergioGasquez commented 5 months ago

Fixed in #565