fixed correction map not beign added to led

This commit is contained in:
2019-05-05 21:43:12 +02:00
parent 5763cbea18
commit c6d1a306a9

View File

@@ -462,6 +462,7 @@ func (manager *ClientManager) receive(client *Client) {
Channel: msg.MAddLed.Channel, Channel: msg.MAddLed.Channel,
Backend: backend.name, Backend: backend.name,
color: make(chan colorful.Color, 20), color: make(chan colorful.Color, 20),
Correction: msg.MAddLed.Correction,
} }
ledManager.add <- &nLED ledManager.add <- &nLED