Skip to content

Commit ac80b13

Browse files
Fix BUILTIN_LED to target red LED at the back
1 parent b498ecc commit ac80b13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

variants/fri3d_2024_esp32s3/pins_arduino.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
#define NUM_DIGITAL_PINS 48
1212
#define NUM_ANALOG_INPUTS 20
1313

14-
// Some boards have too low voltage on this pin (board design bug)
15-
// Use different pin with 3V and connect with 48
16-
// and change this setup for the chosen pin (for example 38)
17-
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT+7;
14+
static const uint8_t LED_BUILTIN = 21;
1815
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1916
#define LED_BUILTIN LED_BUILTIN
2017
#define RGB_BUILTIN LED_BUILTIN

0 commit comments

Comments
 (0)