Merge branch 'master' into develop
This commit is contained in:
@@ -35,6 +35,9 @@ void initVariant()
|
||||
pinMode(LED_PAIRING, OUTPUT);
|
||||
ledOff(LED_PAIRING);
|
||||
|
||||
pinMode(LED_HEARTBEAT, OUTPUT);
|
||||
ledOff(LED_HEARTBEAT);
|
||||
|
||||
pinMode(Battery_LED_1, OUTPUT);
|
||||
ledOff(Battery_LED_1);
|
||||
pinMode(Battery_LED_2, OUTPUT);
|
||||
|
||||
@@ -41,7 +41,8 @@ extern "C" {
|
||||
|
||||
// LEDs
|
||||
#define LED_BLUE -1
|
||||
#define LED_NOTIFICATION (32 + 9)
|
||||
// #define LED_NOTIFICATION (32 + 9)
|
||||
#define LED_HEARTBEAT (32 + 9)
|
||||
#define LED_PAIRING (13)
|
||||
|
||||
#define Battery_LED_1 (15)
|
||||
|
||||
Reference in New Issue
Block a user