diff --git a/nodejs/routes/index.js b/nodejs/routes/index.js index 4e8ad0c..f61ebaa 100644 --- a/nodejs/routes/index.js +++ b/nodejs/routes/index.js @@ -14,7 +14,7 @@ var users = new models.Users(); // Arduino communications var arduino = new arcom.Arduino(config.debug); var rc = new arcom.RC(arduino); -var ir = new arcom.ir(arduino); +var ir = new arcom.IR(arduino); // Get arduino ready arduino.setup();