esp-rs / espflash

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

Add interactive flag #455

Closed jneem closed 11 months ago

jneem commented 1 year ago

Adds an --interactive (or -i) flag that prevents auto-connection to a recognized device, even if it is the only recognized one.

SergioGasquez commented 11 months ago

Hi! We've just started working towards version 3.0, do you mind rebasing your changes so we can merge them?

jneem commented 11 months ago

Rebased. I noticed while testing it that the -f flag is used for both flash_freq and log_format, triggering a debug_assertion in clap.

SergioGasquez commented 11 months ago

Rebased. I noticed while testing it that the -f flag is used for both flash_freq and log_format, triggering a debug_assertion in clap.

Thanks for the heads-up, just created an issue for it! Update: #499 should fix this

SergioGasquez commented 11 months ago

One last thing! Do you mind updating the CHANGELOG?

jneem commented 11 months ago

Sure thing