File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " arduino-create-agent-js-client" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " JS module providing discovery of the Arduino Create Plugin and communication with it" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ export default class FirmwareUpdater {
209
209
hex : '' ,
210
210
extra : {
211
211
auth : {
212
- password : `${ this . loaderPath } -firmware ${ this . firmwareVersionData . Path } ${ addresses } ` ,
212
+ password : `" ${ this . loaderPath } " -firmware " ${ this . firmwareVersionData . Path } " ${ addresses } ` ,
213
213
} ,
214
214
} ,
215
215
signature : isUsingAvrdude ? signaturesEnum . UPLOAD_FIRMWARE_AVRDUDE : signaturesEnum . UPLOAD_FIRMWARE_BOSSAC ,
You can’t perform that action at this time.
0 commit comments