-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Labels
Type: BugSomething isn't workingSomething isn't working
Description
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 offOther 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 workingSomething isn't working