File tree 1 file changed +2
-2
lines changed
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
6
6
7
7
### ` board details ` arguments change
8
8
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.
10
10
11
11
The previously deprecated ` board details <FQBN> ` syntax is no longer supported.
12
12
13
13
### ` board attach ` arguments change
14
14
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 .
16
16
17
17
The previous syntax ` board attach <port>|<FQBN> [sketchPath] ` is no longer supported.
18
18
You can’t perform that action at this time.
0 commit comments