jackw01 / led-control

Advanced WS2812/SK6812 RGB/RGBW LED controller with on-the-fly Python animation programming, web code editor/control interface, 1D, 2D, and 3D display support, and E1.31 sACN support
https://jackw01.github.io/led-control/
MIT License
162 stars 35 forks source link

sacn enforced to off on startup #49

Open calvinzirk opened 1 year ago

calvinzirk commented 1 year ago

A note for anyone with this issue in future: I was able to fix sacn always defaulting to off by changing led-control/ledcontrol/app.py settings['settings']['sacn'] = 1

Then continuing with the install instructions.