Skip to content

Commit

Permalink
updates system firmware for electron to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Nov 30, 2017
1 parent c07ee1e commit 3a165aa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ var settings = {
},
'2b04:d00a': {
// The bin files MUST be in this order to be flashed to the correct memory locations
systemFirmwareOne: 'system-part2-0.6.3-electron.bin',
systemFirmwareTwo: 'system-part3-0.6.3-electron.bin',
systemFirmwareThree: 'system-part1-0.6.3-electron.bin'
systemFirmwareOne: 'system-part2-0.6.4-electron.bin',
systemFirmwareTwo: 'system-part3-0.6.4-electron.bin',
systemFirmwareThree: 'system-part1-0.6.4-electron.bin'
}
},
commandMappings: path.join(__dirname, 'mappings.json'),
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3a165aa

Please sign in to comment.