MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / blink_error

Method blink_error

OpenHD/ohd_common/src/openhd_led.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void openhd::LEDManager::blink_error() {
210 blink_leds_alternating(std::chrono::milliseconds(50), m_running);
211}
212
213void openhd::LEDManager::set_status_okay() {
214 if (m_is_loading) {

Callers

nothing calls this directly

Calls 1

blink_leds_alternatingFunction · 0.85

Tested by

no test coverage detected