Skip to content

Commit ab29e6a

Browse files
burke-davidkartben
authored andcommitted
samples: drivers: led: led_strip: esp32s3-devkitc led uses GPIO38
Change `GPIO39` to `GPIO38` in overlay. The esp32s3_devkitc rgb led is connected to GPIO38, not 39. Tested change on board and verified to function as intended. Signed-off-by: david burke <[email protected]>
1 parent 8547add commit ab29e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/drivers/led/led_strip/boards/esp32s3_devkitc_procpu.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ i2s_led: &i2s0 {
3939
&pinctrl {
4040
i2s0_pinconf: i2s0_pinconf {
4141
group1 {
42-
pinmux = <I2S0_O_SD_GPIO39>;
42+
pinmux = <I2S0_O_SD_GPIO38>;
4343
output-enable;
4444
};
4545
};

0 commit comments

Comments
 (0)