Skip to content

Commit

Permalink
Merge pull request #22 from ArekSredzki/mega-pro-board
Browse files Browse the repository at this point in the history
Added support for Sparkfun's Mega Pro board. Fixes: #21
  • Loading branch information
noopkat committed Oct 15, 2015
2 parents fea2bf6 + 30899fe commit e36937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = {
byteDelay:0x00,
pollValue:0x53,
pollIndex:0x03,
productId: ['0x0042'],
productId: ['0x0042', '0x6001'],
protocol: 'stk500v2'
},
'sf-pro-micro': {
Expand Down

0 comments on commit e36937c

Please sign in to comment.