Skip to content

Implement Pluggable Discovery protocol v1 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Co-authored-by: per1234 <[email protected]>
  • Loading branch information
cmaglie and per1234 authored Jun 4, 2021
commit 3b72f452119cdc3bd35cb55365b51afa27f27fa9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ or:

`HELLO 1 "arduino-cli"`

in this case the protocol version requested by the clien is `1` (at the moment of writing there were no other revisions of the protocol).
in this case the protocol version requested by the client is `1` (at the moment of writing there were no other revisions of the protocol).
The response to the command is:

```json
Expand Down