Skip to content

Commit 81240bf

Browse files
authored
Merge pull request #206 from jpconstantineau/EByte-E104
EByte-E104: fix to LED direction
2 parents 7a728ee + cef07b4 commit 81240bf

File tree

1 file changed

+1
-1
lines changed
  • src/boards/ebyte_e104_bt5032a

1 file changed

+1
-1
lines changed

src/boards/ebyte_e104_bt5032a/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define LEDS_NUMBER 2
3232
#define LED_PRIMARY_PIN 31 // Red - named "Data"
3333
#define LED_SECONDARY_PIN 30 // Blue - named "Link" (also a red one on the Test Board)
34-
#define LED_STATE_ON 1
34+
#define LED_STATE_ON 0
3535

3636
/*------------------------------------------------------------------*/
3737
/* BUTTON

0 commit comments

Comments
 (0)