diff --git a/hardware/sensorTag/79-sensorTag.js b/hardware/sensorTag/79-sensorTag.js index b63a6eba..8f42a94d 100644 --- a/hardware/sensorTag/79-sensorTag.js +++ b/hardware/sensorTag/79-sensorTag.js @@ -118,7 +118,7 @@ function enable(node) { } else { node.stag.unnotifyHumidity(function() {}); } - if (node.accelometer){ + if (node.accelerometer){ node.stag.notifyAccelerometer(function() {}); } else { node.stag.unnotifyAccelerometer(function() {});