Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea0a067

Browse files
silvanocerzacmaglie
authored andcommittedNov 4, 2022
Update UPGRADING.md
1 parent 23298d5 commit ea0a067

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎docs/UPGRADING.md

+10
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ func InitWithProfile(instance *rpc.Instance, profileName string, sketchPath *pat
5454

5555
The errors are automatically sent to output via `feedback` package, as for the other `Init*` functions.
5656

57+
### `board attach` CLI command changed behaviour
58+
59+
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
60+
saves it in the `sketch.json` file, without any validity check or board autodetection.
61+
62+
### `cc.arduino.cli.commands.v1.BoardAttach` gRPC interface command removal
63+
64+
The `cc.arduino.cli.commands.v1.BoardAttach` gRPC command have been removed. This feature is no more available throguh
65+
gRPC.
66+
5767
## 0.28.0
5868

5969
### Breaking changes in libraries name handling

0 commit comments

Comments
 (0)
Please sign in to comment.