Skip to content

Commit

Permalink
Turns out bluefruit uses some of these macros even though "we" don't :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Mar 3, 2024
1 parent 6dbb658 commit e3063a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion variants/t-echo/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ extern "C" {
#define PIN_LED2 (0 + 15) // 14 blue
#define PIN_LED3 (0 + 13) // 15 green

#define LED_BUILTIN PIN_LED1
#define LED_RED PIN_LED3
#define LED_BLUE PIN_LED1
#define LED_GREEN PIN_LED2

#define LED_BUILTIN LED_BLUE
#define LED_CONN PIN_GREEN

#define LED_STATE_ON 0 // State when LED is lit
#define LED_INVERTED 1
Expand Down

0 comments on commit e3063a2

Please sign in to comment.