Skip to content

Commit

Permalink
Fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyTrix committed May 20, 2017
1 parent cc0aa83 commit e4964e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenPLC/OpenPLC.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = function (RED) {
const mbBasics = require('../node_modules/node-red-contrib-modbus/modbus/modbus-basics');
const mbBasics = require('node-red-contrib-modbus/modbus/modbus-basics');

function OpenPLC (config) {
RED.nodes.createNode(this, config);
Expand Down

0 comments on commit e4964e5

Please sign in to comment.