Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information