From 46b328ca75496106583d646b8342a473626c7ca9 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Sun, 28 Feb 2016 21:27:05 +0100 Subject: [PATCH] fix typo --- nodejs/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();