Make netlight dmx loop
This commit is contained in:
parent
11fe3a9b38
commit
0121375d61
|
@ -1,3 +1,5 @@
|
|||
#For use with https://github.com/cnlohr/esp8266_dmx_explorer
|
||||
|
||||
outdrivers = DisplayPie,DisplayNetwork, OutputLinear
|
||||
#OutputCells
|
||||
#OutputLinear
|
||||
|
@ -12,7 +14,7 @@ steady_bright = 0
|
|||
leds = 168
|
||||
light_siding = 1.0 #Turn this to ~1.9 for more uniformity, ~1.0 for less.
|
||||
satamp = 1.600
|
||||
is_loop=0
|
||||
is_loop=1
|
||||
led_floor = .1 #Turn to .25 for more uniformity, .1 for less.
|
||||
#note_attach_amp_iir = .3 #.3000
|
||||
#note_attach_amp_iir2 = .15 #.1500
|
||||
|
|
Loading…
Reference in a new issue