Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 773d0b3

Browse files
author
Alberto Iannaccone
committedApr 27, 2021
remove restore_binary flag from firmware updater command line
1 parent 1297535 commit 773d0b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎src/firmware-updater.js

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.