File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ Here you can find a list of migration guides to handle breaking changes between
66
77### ` board details ` arguments change
88
9- The ` board details ` command now accepts only the ` -b ` flag to specify the FQBN.
9+ The ` board details ` command now accepts only the ` --fqbn ` or ` - b` flags to specify the FQBN.
1010
1111The previously deprecated ` board details <FQBN> ` syntax is no longer supported.
1212
1313### ` board attach ` arguments change
1414
15- The ` board attach ` command now uses ` -p ` and ` -b ` flags to respectively select the board FQBN and the port .
15+ The ` board attach ` command now uses ` --port ` and ` -p ` flags to set board port and ` -- board` and ` -b ` flags to select its FQBN .
1616
1717The previous syntax ` board attach <port>|<FQBN> [sketchPath] ` is no longer supported.
1818
You can’t perform that action at this time.
0 commit comments