tanuva / wled

Controls Revoltec backlight LED bars through a Carambola 2.
GNU General Public License v3.0
0 stars 0 forks source link

Changing anything in the web interface while the daemon is not running kills (at least) essential networking #2

Closed tanuva closed 9 years ago

tanuva commented 9 years ago

Moving a slider in the web interface without starting the daemon first results in the C2 not being available on the network anymore. Probably that kill -s USR1 0 does something it absolutely shouldn't. Fix: Only send that signal if the pid of wledd was actually found.