i forgot a comma
This commit is contained in:
parent
f7b6757df7
commit
8bc85d7385
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ var next_pattern = new Uint32Array(global.cfg.leds);
|
||||||
var pattern = {}
|
var pattern = {}
|
||||||
|
|
||||||
ws281x.configure({
|
ws281x.configure({
|
||||||
leds: global.cfg.leds || 300
|
leds: global.cfg.leds || 300,
|
||||||
brightness: global.cfg.brightness || 200,
|
brightness: global.cfg.brightness || 200,
|
||||||
gpio: global.cfg.gpio || 18,
|
gpio: global.cfg.gpio || 18,
|
||||||
stripType: global.cfg.type || 'grb'
|
stripType: global.cfg.type || 'grb'
|
||||||
|
|
Loading…
Reference in a new issue