We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbea21 commit c829944Copy full SHA for c829944
docs/UPGRADING.md
@@ -4,6 +4,11 @@ Here you can find a list of migration guides to handle breaking changes between
4
5
## 0.30.0
6
7
+### `daemon` CLI command's `--ip` flag removal
8
+
9
+The `daemon` CLI command no longer allows to set a custom ip for the gRPC communication. Currently there is not enough
10
+bandwith to support this feature. For this reason, the `--ip` flag has been removed.
11
12
### `board attach` CLI command changed behaviour
13
14
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
0 commit comments