bug fixing

This commit is contained in:
Stefan Sterz 2016-01-21 22:08:27 +01:00
parent ad99525d23
commit d9527a5587
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ app.controller('MainCtrl', ['$scope', 'arduino', function ($scope, arduino){
$scope.irTest = function(){
arduino.toggleLight();
arduino.irTest();
};