Skip to content

Commit

Permalink
fix: php
Browse files Browse the repository at this point in the history
  • Loading branch information
AeroNotix committed Jun 11, 2020
1 parent a7ccfaa commit 658382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resin-jetson-flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module.exports = class ResinJetsonFlash {

let odmdata = process.env.ODMDATA
if (odmdata === undefined) {
odmdata = '0x1090000'
odmdata = '0x3090000'
}

const child = spawn(
Expand Down

0 comments on commit 658382b

Please sign in to comment.