Skip to content

Commit f22498b

Browse files
author
Alberto Iannaccone
authored
remove restore_binary flag from firmware updater command line (#491)
* remove restore_binary flag from firmware updater command line * 2.4.6
1 parent 1297535 commit f22498b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-create-agent-js-client",
3-
"version": "2.4.5",
3+
"version": "2.4.6",
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",

src/firmware-updater.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default class FirmwareUpdater {
205205
const data = {
206206
board: boardId,
207207
port,
208-
commandline: `"{runtime.tools.fwupdater.path}/${updaterBinaryName}" -flasher {network.password} -port {serial.port} -restore_binary "{build.path}/{build.project_name}.bin" -programmer "${programmer}"`,
208+
commandline: `"{runtime.tools.fwupdater.path}/${updaterBinaryName}" -flasher {network.password} -port {serial.port} -programmer "${programmer}"`,
209209
hex: '',
210210
extra: {
211211
auth: {

src/signatures.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)