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
@@ -35,6 +35,9 @@ void initVariant()
pinMode(LED_PAIRING, OUTPUT);
ledOff(LED_PAIRING);
pinMode(LED_HEARTBEAT, OUTPUT);
ledOff(LED_HEARTBEAT);
pinMode(Battery_LED_1, OUTPUT);
ledOff(Battery_LED_1);
pinMode(Battery_LED_2, OUTPUT);
@@ -41,7 +41,8 @@ extern "C" {
// LEDs
#define LED_BLUE -1
#define LED_NOTIFICATION (32 + 9)
// #define LED_NOTIFICATION (32 + 9)
#define LED_HEARTBEAT (32 + 9)
#define LED_PAIRING (13)
#define Battery_LED_1 (15)