From 35b5c04f9be95919232463cf85c69105e749b10d Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 12 Apr 2016 00:08:35 -0400 Subject: [PATCH] comment out color tests --- app/tests/arduino_tests.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/tests/arduino_tests.js b/app/tests/arduino_tests.js index cd0dc18..f227cbb 100644 --- a/app/tests/arduino_tests.js +++ b/app/tests/arduino_tests.js @@ -14,6 +14,7 @@ mcopy.arduino.colorTest = function (color, cb) { mcopy.arduino.init(function (success) { mcopy.arduino.connect(function () { + /* mcopy.arduino.colorTest('255,140,70', function () { mcopy.arduino.colorTest('5,0,0', function () { mcopy.arduino.colorTest('255,255,255', function () { @@ -25,5 +26,6 @@ mcopy.arduino.init(function (success) { });//3 });//2 });//1 + */ }); }); \ No newline at end of file