From 30899fef7c78cfd9e10e5b6121d0d62cc82997df Mon Sep 17 00:00:00 2001 From: Arek Sredzki Date: Wed, 14 Oct 2015 20:04:36 -0700 Subject: [PATCH] Added support for Sparkfun's Mega Pro board. Fixes: #21 --- boards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.js b/boards.js index 7be57c8..a20973e 100644 --- a/boards.js +++ b/boards.js @@ -78,7 +78,7 @@ module.exports = { byteDelay:0x00, pollValue:0x53, pollIndex:0x03, - productId: ['0x0042'], + productId: ['0x0042', '0x6001'], protocol: 'stk500v2' }, 'sf-pro-micro': {