Skip to content

Commit 622ddc5

Browse files
authored
Updated led pins to match latest board revision (espressif#9298)
1 parent 0d37055 commit 622ddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/motorgo_mini_1/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
static const uint8_t LED_BUILTIN = 38;
2424

2525
// Status LED
26-
static const uint8_t LED_STATUS = 8;
26+
static const uint8_t LED_STATUS = 47;
2727
#define BUILTIN_LED LED_BUILTIN // backward compatibility
2828
#define LED_BUILTIN LED_BUILTIN
2929

0 commit comments

Comments
 (0)