Skip to content

Commit 0e87ce6

Browse files
update to comments
1 parent 4c1344c commit 0e87ce6

File tree

1 file changed

+6
-2
lines changed
  • src/boards/ebyte_e104_bt5032a

1 file changed

+6
-2
lines changed

src/boards/ebyte_e104_bt5032a/board.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,18 @@
3030
*------------------------------------------------------------------*/
3131
#define LEDS_NUMBER 2
3232
#define LED_PRIMARY_PIN 31 // Red - named "Data"
33-
#define LED_SECONDARY_PIN 30 // Blue - named "Link" (actually a red one...)
33+
#define LED_SECONDARY_PIN 30 // Blue - named "Link" (also a red one on the Test Board)
3434
#define LED_STATE_ON 1
3535

3636
/*------------------------------------------------------------------*/
3737
/* BUTTON
3838
*------------------------------------------------------------------*/
3939
#define BUTTONS_NUMBER 2
40-
#define BUTTON_1 29 // Actual Button - DISC
40+
#define BUTTON_1 29 // DISC Button on E104-BT5032A-TB Test Board
41+
// BUTTON_1 is DFU. The module does not have reset circuitry.
42+
// The Test Board from Ebyte (E104-BT5032A-TB) also does not have reset circuitry
43+
// To be able to upload using the Arduino IDE, (To enter DFU mode)
44+
// Press "DISC", press and release "RST", then release "DISC"
4145
#define BUTTON_2 28 // No button - WKP pin
4246
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
4347

0 commit comments

Comments
 (0)