comment out color tests

This commit is contained in:
Matt 2016-04-12 00:08:35 -04:00
parent 62afca2134
commit 35b5c04f9b
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ mcopy.arduino.colorTest = function (color, cb) {
mcopy.arduino.init(function (success) { mcopy.arduino.init(function (success) {
mcopy.arduino.connect(function () { mcopy.arduino.connect(function () {
/*
mcopy.arduino.colorTest('255,140,70', function () { mcopy.arduino.colorTest('255,140,70', function () {
mcopy.arduino.colorTest('5,0,0', function () { mcopy.arduino.colorTest('5,0,0', function () {
mcopy.arduino.colorTest('255,255,255', function () { mcopy.arduino.colorTest('255,255,255', function () {
@ -25,5 +26,6 @@ mcopy.arduino.init(function (success) {
});//3 });//3
});//2 });//2
});//1 });//1
*/
}); });
}); });