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:
Sam Machin
2023-06-08 19:44:39 +01:00
committed by GitHub
parent 915405c0ab
commit d06196f514
+1 -1
View File
@@ -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