Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac97894

Browse files
author
Akos Kitta
committedFeb 15, 2024
fix: no required programmer for debug --info
Ref: arduino/arduino-cli#2540 Closes: #2368 Signed-off-by: Akos Kitta <[email protected]>
1 parent 547a630 commit ac97894

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎arduino-ide-extension/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,11 @@
169169
],
170170
"arduino": {
171171
"arduino-cli": {
172-
"version": "0.35.2"
172+
"version": {
173+
"owner": "cmaglie",
174+
"repo": "arduino-cli",
175+
"commitish": "debug_no_programmer"
176+
}
173177
},
174178
"arduino-fwuploader": {
175179
"version": "2.4.1"

0 commit comments

Comments
 (0)
Please sign in to comment.