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: add missing value in 'board list' table #1673

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Feb 22, 2022

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)

What kind of change does this PR introduce?
Fix a missing value in the board list table output.

What is the current behavior?

$ arduino-cli board list
Porta        Protocollo Tipo    Nome scheda FQBN Core
/dev/ttyUSB0 serial     Unknown                 

What is the new behavior?

$ arduino-cli board list
Porta        Protocollo Tipo              Nome scheda FQBN Core
/dev/ttyUSB0 serial     Serial Port (USB) Unknown

Does this PR introduce a breaking change, and is
titled accordingly?

No

@cmaglie cmaglie self-assigned this Feb 22, 2022
@cmaglie cmaglie requested a review from a team February 22, 2022 16:41
@cmaglie cmaglie merged commit a025bca into arduino:master Feb 23, 2022
@cmaglie cmaglie deleted the fix_board_list_table branch February 23, 2022 08:38
@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants