mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
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 <frieder@fris.de>
This commit is contained in:
parent
0f565323a0
commit
b9b82fcf1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue