Make make-release.js group master and slave firmwares into separate directories.

This commit is contained in:
László Monda
2017-11-01 02:09:22 +01:00
parent 6043651341
commit 024f24f489
3 changed files with 40 additions and 9 deletions

View File

@@ -18,5 +18,19 @@
"version": "2.1.0",
"dataModelVersion": "1.0.0",
"usbProtocolVersion": "1.2.0",
"slaveProtocolVersion": "2.1.0"
"slaveProtocolVersion": "2.1.0",
"masters": [
{
"moduleId": 0,
"name": "uhk60-right",
"source": "right/build/uhk60-right_release/uhk-right.hex"
}
],
"slaves": [
{
"moduleId": 1,
"name": "uhk60-left",
"source": "left/build/uhk60-left_release/uhk-left.bin"
}
]
}