Skip to content

Commit c54cd5b

Browse files
authored
feature: add boot PIN for the CrowPanel 2.1 (#34)
1 parent eee63cd commit c54cd5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

variants/esp32_s3_crowpanel_2_1/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#define ESP32_S3_CROWPANEL_2_1
88

9+
static const gpio_num_t BOOT_BUTTON_PIN = GPIO_NUM_0;
10+
911
static const gpio_num_t SDA = GPIO_NUM_38;
1012
static const gpio_num_t SCL = GPIO_NUM_39;
1113

0 commit comments

Comments
 (0)