mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Change LED GPIO
The ESP32-S3 DevkitC-1 v1.1 I have has the built in RGB LED on GPIO38
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <iot_button.h>
|
||||
#include <led_driver.h>
|
||||
|
||||
#define LED_GPIO_PIN GPIO_NUM_48
|
||||
#define LED_GPIO_PIN GPIO_NUM_38
|
||||
#define LED_CHANNEL 0 /* RMT_CHANNEL_0 */
|
||||
#define BUTTON_GPIO_PIN GPIO_NUM_0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user