Skip to content

Commit

Permalink
remove restore_binary flag from firmware updater command line (#491)
Browse files Browse the repository at this point in the history
* remove restore_binary flag from firmware updater command line

* 2.4.6
  • Loading branch information
Alberto Iannaccone authored Apr 27, 2021
1 parent 1297535 commit f22498b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arduino-create-agent-js-client",
"version": "2.4.5",
"version": "2.4.6",
"description": "JS module providing discovery of the Arduino Create Plugin and communication with it",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/firmware-updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default class FirmwareUpdater {
const data = {
board: boardId,
port,
commandline: `"{runtime.tools.fwupdater.path}/${updaterBinaryName}" -flasher {network.password} -port {serial.port} -restore_binary "{build.path}/{build.project_name}.bin" -programmer "${programmer}"`,
commandline: `"{runtime.tools.fwupdater.path}/${updaterBinaryName}" -flasher {network.password} -port {serial.port} -programmer "${programmer}"`,
hex: '',
extra: {
auth: {
Expand Down
8 changes: 4 additions & 4 deletions src/signatures.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f22498b

Please sign in to comment.