bug fixing

This commit is contained in:
Shannon Sterz 2016-01-21 22:08:27 +01:00
parent ad99525d23
commit d9527a5587

View file

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