8000 IDE to run CLI with auto assigned port by fstasi · Pull Request #673 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

IDE to run CLI with auto assigned port #673

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 6 commits into from
Dec 9, 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
bump arduino-cli to 0.20.2
  • Loading branch information
Alberto Iannaccone committed Dec 9, 2021
commit 1130487e79821afc3c0d13b96be377a234795f40
2 changes: 1 addition & 1 deletion arduino-ide-extension/package.json
Original file line number Diff line n 5C59 umber Diff line change
Expand Up @@ -151,7 +151,7 @@
],
"arduino": {
"cli": {
"version": "0.20.2-rc1"
"version": "0.20.2"
},
"fwuploader": {
"version": "2.0.0"
Expand Down
0