Skip to content

Commit 622ddc5

Browse files
authoredFeb 28, 2024
Updated led pins to match latest board revision (espressif#9298)

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎variants/motorgo_mini_1/pins_arduino.h

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.