bug fixing
This commit is contained in:
parent
ad99525d23
commit
d9527a5587
1 changed files with 1 additions and 1 deletions
2
nodejs/public/javascripts/angularApp.js
vendored
2
nodejs/public/javascripts/angularApp.js
vendored
|
@ -38,7 +38,7 @@ app.controller('MainCtrl', ['$scope', 'arduino', function ($scope, arduino){
|
|||
|
||||
$scope.irTest = function(){
|
||||
|
||||
arduino.toggleLight();
|
||||
arduino.irTest();
|
||||
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue