Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flash and monitor commands do not use the same baudrate source #736

Open
SergioGasquez opened this issue Jan 30, 2025 · 0 comments · May be fixed by #737
Open

Flash and monitor commands do not use the same baudrate source #736

SergioGasquez opened this issue Jan 30, 2025 · 0 comments · May be fixed by #737
Assignees
Milestone

Comments

@SergioGasquez
Copy link
Member

The flash command has a --monitor-baud option and does not use the env:ESPFLASH_BAUD. The monitor command has a --baud option that does use the env:ESPFLASH_BAUD.

In esptool/esp-idf-monitor they use ESPTOOL_BAUD for setting the flashing baudrate and then IDF_MONITOR_BAUD/MONITORBAUD for setting the monitoring baudrate

We should probably do something about this, either we make ESPFLASH_BAUD set the monitoring baudrate in all the commands or have another environment variable to set the monitoring baudrate. Id go for the later one.

@SergioGasquez SergioGasquez added this to the v4 milestone Jan 30, 2025
@SergioGasquez SergioGasquez self-assigned this Jan 30, 2025
@SergioGasquez SergioGasquez linked a pull request Jan 31, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant