| 203 | } |
| 204 | |
| 205 | void openhd::LEDManager::blink_loading() { |
| 206 | blink_leds_slow(std::chrono::milliseconds(200)); |
| 207 | } |
| 208 | |
| 209 | void openhd::LEDManager::blink_error() { |
| 210 | blink_leds_alternating(std::chrono::milliseconds(50), m_running); |
nothing calls this directly
no test coverage detected