Browse Source
Disable LED flashing during BLE advertising
pull/268/head
Jacob Quatier
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/t114/variant.h
|
|
|
@ -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 |
|
|
|
|