Skip to content

Commit

Permalink
Let node-red-mcu handle the manifests for its nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed May 7, 2023
1 parent e5b726b commit ee5d5a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mcu_plugin.js
Expand Up @@ -1381,11 +1381,11 @@ module.exports = function(RED) {

if (n.type in type2manifest) {

let mp = type2manifest[n.type];
// let mp = type2manifest[n.type];

if (mp.length > 0) {
manifest.include_manifest(`$(MCUROOT)/${type2manifest[n.type]}`);
}
// if (mp.length > 0) {
// manifest.include_manifest(`$(MCUROOT)/${type2manifest[n.type]}`);
// }

return;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ralphwetzel/node-red-mcu-plugin",
"version": "1.3.1",
"version": "1.3.2",
"description": "Plugin to integrate Node-RED MCU Edition into the Node-RED Editor",
"node-red": {
"version": ">=2.0.0 <=3.0.2",
Expand Down

0 comments on commit ee5d5a4

Please sign in to comment.