You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ espflash monitor
✔ Use serial port '/dev/ttyACM0' - USB JTAG/serial debug unit? · yes
✔ Remember this serial port for future use? · yes # <-- yes, I want to save because I don't want to press 'n' every time.
I don't want to commit these device-specific to my repo because it's useless for other people and espflash.toml continually shows up as an unstaged file. I tried git update-index --skip-worktree espflash.toml, but that doesn't fix it for anyone else that downloads my repo and makes it difficult if I need to actually update the contents.
It would be really helpful if espflash.toml was 2 files, one for project configuration and one for local changes.
The text was updated successfully, but these errors were encountered:
My project specifies a partition table path:
Full
espflash.toml
contents:This is what's committed to my repository.
But when I run
espflash monitor
:Now
espflash.toml
is changed:I don't want to commit these device-specific to my repo because it's useless for other people and
espflash.toml
continually shows up as an unstaged file. I triedgit update-index --skip-worktree espflash.toml
, but that doesn't fix it for anyone else that downloads my repo and makes it difficult if I need to actually update the contents.It would be really helpful if
espflash.toml
was 2 files, one for project configuration and one for local changes.The text was updated successfully, but these errors were encountered: