Skip to content

LED state inverted on Korvo 2 board (BSP-699) #608

@ladvoc

Description

@ladvoc

Board

ESP32-S3-Korvo-2 V3.1

Hardware Description

New dev board with no hardware modifications.

IDE Name

VSCode

Operating System

macOS 15.4

Description

When using the BSP for the ESP32-S3-Korvo-2 board, bsp_led_set does not work as expected; when I call bsp_led_set(BSP_LED_BLUE, true), this causes the LED to turn off instead of on.

Sketch

bsp_i2c_init();
bsp_leds_init();
bsp_led_set(BSP_LED_RED, false);
// Red LED is turned on instead of off

Other Steps to Reproduce

No response

I have checked existing issues, README.md and ESP32 Forum

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions