Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored and cmaglie committed Oct 25, 2022
1 parent 6a70bff commit b0375f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ func InitWithProfile(instance *rpc.Instance, profileName string, sketchPath *pat

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

### `board attach` CLI command changed behaviour

The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
saves it in the `sketch.json` file, without any validity check or board autodetection.

### `cc.arduino.cli.commands.v1.BoardAttach` gRPC interface command removal

The `cc.arduino.cli.commands.v1.BoardAttach` gRPC command have been removed. This feature is no more available throguh
gRPC.

## 0.28.0

### Breaking changes in libraries name handling
Expand Down

0 comments on commit b0375f0

Please sign in to comment.