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 11{
22 "name" : " arduino-create-agent-js-client" ,
3- "version" : " 2.4.0 " ,
3+ "version" : " 2.4.1 " ,
44 "description" : " JS module providing discovery of the Arduino Create Plugin and communication with it" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ export default class FirmwareUpdater {
209209 hex : '' ,
210210 extra : {
211211 auth : {
212- password : `${ this . loaderPath } -firmware ${ this . firmwareVersionData . Path } ${ addresses } ` ,
212+ password : `" ${ this . loaderPath } " -firmware " ${ this . firmwareVersionData . Path } " ${ addresses } ` ,
213213 } ,
214214 } ,
215215 signature : isUsingAvrdude ? signaturesEnum . UPLOAD_FIRMWARE_AVRDUDE : signaturesEnum . UPLOAD_FIRMWARE_BOSSAC ,
You can’t perform that action at this time.
0 commit comments