File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828/*------------------------------------------------------------------*/
2929/* LED
3030 *------------------------------------------------------------------*/
31- // The board has 3 leds, but changing the number here causes OTA issues.
32- #define LEDS_NUMBER 1
33- #define LED_PRIMARY_PIN PINNUM(0, 26)
34- #define LED_STATE_ON 0
31+ #define LEDS_NUMBER 2
32+ #define LED_PRIMARY_PIN PINNUM(0, 26) // red
33+ #define LED_SECONDARY_PIN PINNUM(0, 6) // blue
34+ #define LED_STATE_ON 0
3535
3636#define NEOPIXELS_NUMBER 0
3737
Original file line number Diff line number Diff line change 2828/*------------------------------------------------------------------*/
2929/* LED
3030 *------------------------------------------------------------------*/
31- // The board has 3 leds, but changing the number here causes OTA issues.
32- #define LEDS_NUMBER 1
33- #define LED_PRIMARY_PIN PINNUM(0, 26)
34- #define LED_STATE_ON 0
31+ #define LEDS_NUMBER 2
32+ #define LED_PRIMARY_PIN PINNUM(0, 26) // red
33+ #define LED_SECONDARY_PIN PINNUM(0, 6) // blue
34+ #define LED_STATE_ON 0
3535
3636#define NEOPIXELS_NUMBER 0
3737
You can’t perform that action at this time.
0 commit comments