Modified example to use list of supported boards

This commit is contained in:
Timon Skerutsch
2019-05-29 15:50:45 +02:00
parent dc601ab518
commit 9c85396758
2 changed files with 24 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
module.exports = {
"Feather_nRF52840":[0X239A,0X8029],
"Metro_nRF52840":[0X239A,0X803F],
}