| 490 | } |
| 491 | |
| 492 | void FastLEDController::triggerLEDUpdate() { trigger_update = true; } |
| 493 | |
| 494 | void FastLEDController::setLEDExternalTemperature(uint8_t channel, uint16_t temp) { channelData[channel].temp = temp; } |
| 495 |
nothing calls this directly
no outgoing calls
no test coverage detected