mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Disable LED flashing during BLE advertising
This commit is contained in:
parent
d072e7b575
commit
bce5dc9796
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
#define LED_BUILTIN (35)
|
||||
#define PIN_LED LED_BUILTIN
|
||||
#define LED_RED LED_BUILTIN
|
||||
#define LED_BLUE LED_BUILTIN
|
||||
#define LED_BLUE (-1) // No blue led, prevents Bluefruit flashing the green LED during advertising
|
||||
#define LED_PIN LED_BUILTIN
|
||||
|
||||
#define LED_STATE_ON HIGH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue