From 8bc85d738547d144547517e65beffd5897d1f826 Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Tue, 25 May 2021 23:19:16 -0400 Subject: [PATCH] i forgot a comma --- lights.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lights.js b/lights.js index f2ade7e..9f37dfd 100644 --- a/lights.js +++ b/lights.js @@ -7,7 +7,7 @@ var next_pattern = new Uint32Array(global.cfg.leds); var pattern = {} ws281x.configure({ - leds: global.cfg.leds || 300 + leds: global.cfg.leds || 300, brightness: global.cfg.brightness || 200, gpio: global.cfg.gpio || 18, stripType: global.cfg.type || 'grb'