modify led count

This commit is contained in:
jane 2020-12-28 23:28:24 -05:00
parent 76937482ed
commit 762dc688e8
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def socket_loop():
def loop():
socket_thread = threading.Thread(target=socket_loop)
lcd = lcd_manager.Adafruit_CharLCD()
this.lights = light_manager.LightStrip()
this.lights = light_manager.LightStrip(string_length=450, brightness=0.6, max_changes=10)
socket_thread.start()
while True:
logger.debug("loop")