Give ThinkNode-m4 a heartbeat (#10408)

This commit is contained in:
Jonathan Bennett
2026-05-07 13:17:29 -05:00
committed by GitHub
co-authored by GitHub
parent b246bcd72e
commit 0f854862e7
4 changed files with 21 additions and 1 deletions
+3
View File
@@ -43,6 +43,9 @@ class StatusLEDModule : private concurrency::OSThread
private:
bool CHARGE_LED_state = LED_STATE_OFF;
bool PAIRING_LED_state = LED_STATE_OFF;
#if defined(LED_HEARTBEAT)
bool HEARTBEAT_LED_state = LED_STATE_OFF;
#endif
uint32_t PAIRING_LED_starttime = 0;
uint32_t lastUserbuttonTime = 0;