1 parent 484446a commit 8355fbaCopy full SHA for 8355fba
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arduino-create-agent-js-client",
3
- "version": "2.4.0",
+ "version": "2.4.1",
4
"description": "JS module providing discovery of the Arduino Create Plugin and communication with it",
5
"main": "lib/index.js",
6
"module": "es/index.js",
src/firmware-updater.js
@@ -209,7 +209,7 @@ export default class FirmwareUpdater {
209
hex: '',
210
extra: {
211
auth: {
212
- password: `${this.loaderPath} -firmware ${this.firmwareVersionData.Path} ${addresses}`,
+ password: `"${this.loaderPath}" -firmware "${this.firmwareVersionData.Path}" ${addresses}`,
213
},
214
215
signature: isUsingAvrdude ? signaturesEnum.UPLOAD_FIRMWARE_AVRDUDE : signaturesEnum.UPLOAD_FIRMWARE_BOSSAC,
0 commit comments