summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ledctl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledctl.py b/ledctl.py
index 798acb9..64c37dd 100644
--- a/ledctl.py
+++ b/ledctl.py
@@ -19,7 +19,7 @@ parser.add_argument('color', type=str, help='color or command')
args = parser.parse_args();
# initialize LED array
-leds_max = 6
+leds_max = 1
leds_num = 0
leds_array = neopixel.NeoPixel(board.D18, leds_max)