You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPGRADING.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ Here you can find a list of migration guides to handle breaking changes between
4
4
5
5
## 0.30.0
6
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 bandwith to support this feature. For this reason, the `--ip` flag has been removed.
10
+
7
11
### `board attach` CLI command changed behaviour
8
12
9
13
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
0 commit comments