Changed LED GPIO PIN to GPOI 5

This commit is contained in:
Rohit Jadhav
2023-01-30 15:22:45 +05:30
parent e5d7cac516
commit fcd058c2e7
+1 -1
View File
@@ -15,7 +15,7 @@
#include <iot_button.h>
#include <led_driver.h>
#define LED_GPIO_PIN GPIO_NUM_12
#define LED_GPIO_PIN GPIO_NUM_5
#define LED_CHANNEL 0 /* LEDC_CHANNEL_0 */
#define BUTTON_GPIO_PIN GPIO_NUM_0