Skip to content

Commit 2bf9d99

Browse files
authored
fix(rgbled): suffix
1 parent a0886af commit 2bf9d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/lolin_s3_mini/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ static const uint8_t LED_BUILTIN = 47 + SOC_GPIO_PIN_COUNT;
1414
#define RGB_BRIGHTNESS 64
1515
// This board has a builtin RGB LED that works with a different signal color order
1616
// Other order options can be found in https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-rgb-led.h
17-
#define RGB_BUILTIN_LED_COLOR_ORDER_CHANGE LED_COLOR_ORDER_RGB
17+
#define RGB_BUILTIN_LED_COLOR_ORDER LED_COLOR_ORDER_RGB
1818

1919
static const uint8_t TX = 43;
2020
static const uint8_t RX = 44;

0 commit comments

Comments
 (0)