Skip to content

Commit

Permalink
add arduino clone product id for micro board definition
Browse files Browse the repository at this point in the history
  • Loading branch information
noopkat committed Aug 27, 2016
1 parent 0ef0c97 commit da85812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ var boards = {
'micro': {
baud: 57600,
signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
productId: ['0x0037', '0x8037'],
productId: ['0x0037', '0x8037', '0x0036'],
protocol: 'avr109'
},
'imuduino': {
baud: 57600,
signature: new Buffer([0x43, 0x41, 0x54, 0x45, 0x52, 0x49, 0x4e]),
productId: ['0x0036', '0x8037', '0x8036'],
productId: ['0x0036', '0x8037', '0x8036', '0x8036'],
protocol: 'avr109'
},
'leonardo': {
Expand Down

0 comments on commit da85812

Please sign in to comment.