We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b498ecc commit ac80b13Copy full SHA for ac80b13
variants/fri3d_2024_esp32s3/pins_arduino.h
@@ -11,10 +11,7 @@
11
#define NUM_DIGITAL_PINS 48
12
#define NUM_ANALOG_INPUTS 20
13
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;
+static const uint8_t LED_BUILTIN = 21;
18
#define BUILTIN_LED LED_BUILTIN // backward compatibility
19
#define LED_BUILTIN LED_BUILTIN
20
#define RGB_BUILTIN LED_BUILTIN
0 commit comments