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

Fix espflash::write_bin #353

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Fix espflash::write_bin #353

merged 1 commit into from
Feb 15, 2023

Commits on Feb 14, 2023

  1. Fix espflash::write_bin

    The problem with `write_bin` is that `board_info`, that was used instead of `print_board_info`, tries to open a new connection to the serial port and because a connection is made at the start of `write_bin`, when `board_info` gets called, it fails because the port is already being used
    Rimpampa authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b152f63 View commit details
    Browse the repository at this point in the history