Skip to content

Commit b9b82fc

Browse files
committed
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]>
1 parent 0f56532 commit b9b82fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/rak_wismesh_tag/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#define LED_BLUE (36)
6767
#define LED_GREEN (35)
6868

69-
//#define PIN_STATUS_LED LED_BLUE
69+
#define PIN_STATUS_LED LED_BLUE
7070
#define LED_BUILTIN LED_GREEN
7171
#define LED_PIN LED_GREEN
7272
#define LED_STATE_ON HIGH

0 commit comments

Comments
 (0)