Browse Source

variants: WisMesh Tag: Enable status LED

Use the blue LED as status LED. This prevents the blue LED from
being always-on and draining the battery. Instead use it as status
LED with blink patterns as other companion devices do.

Signed-off-by: Frieder Schrempf <[email protected]>
pull/1122/head
Frieder Schrempf 7 months ago
parent
commit
b9b82fcf1b
No known key found for this signature in database GPG Key ID: E7DD51F45F833802
  1. 2
      variants/rak_wismesh_tag/variant.h

2
variants/rak_wismesh_tag/variant.h

@ -66,7 +66,7 @@
#define LED_BLUE (36)
#define LED_GREEN (35)
//#define PIN_STATUS_LED LED_BLUE
#define PIN_STATUS_LED LED_BLUE
#define LED_BUILTIN LED_GREEN
#define LED_PIN LED_GREEN
#define LED_STATE_ON HIGH

Loading…
Cancel
Save