We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c70df commit c55b870Copy full SHA for c55b870
rpc/cc/arduino/cli/commands/v1/commands.proto
@@ -82,7 +82,7 @@ service ArduinoCoreService {
82
rpc BoardSearch(BoardSearchRequest) returns (BoardSearchResponse);
83
84
// List boards connection and disconnected events.
85
- rpc BoardListWatch(stream BoardListWatchRequest)
+ rpc BoardListWatch(BoardListWatchRequest)
86
returns (stream BoardListWatchResponse);
87
88
// Compile an Arduino sketch.
0 commit comments