diff --git a/hardware/sensorTag/79-sensorTag.js b/hardware/sensorTag/79-sensorTag.js index 821e7031..191454e9 100644 --- a/hardware/sensorTag/79-sensorTag.js +++ b/hardware/sensorTag/79-sensorTag.js @@ -142,7 +142,7 @@ module.exports = function(RED) { } else { node.stag.unnotifyGyroscope(function() {}); } - if (node.stag.type === "cc2560") { + if (node.stag.type === "cc2650") { if (node.luxometer) { node.stag.enableLuxometer(function() {}); node.stag.notifyLuxometer(function() {});