From 3ff7a9a9415c0819dacaa12971f9eff1fbed19bc Mon Sep 17 00:00:00 2001 From: mcuw <112967559+mcuw@users.noreply.github.com> Date: Sat, 22 Aug 2026 23:01:49 +0200 Subject: [PATCH] feature: add boot PIN for the CrowPanel 2.1 --- variants/esp32_s3_crowpanel_2_1/pins_arduino.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/esp32_s3_crowpanel_2_1/pins_arduino.h b/variants/esp32_s3_crowpanel_2_1/pins_arduino.h index 20cc5a9..ea92c01 100644 --- a/variants/esp32_s3_crowpanel_2_1/pins_arduino.h +++ b/variants/esp32_s3_crowpanel_2_1/pins_arduino.h @@ -6,6 +6,8 @@ #define ESP32_S3_CROWPANEL_2_1 +static const gpio_num_t BOOT_BUTTON_PIN = GPIO_NUM_0; + static const gpio_num_t SDA = GPIO_NUM_38; static const gpio_num_t SCL = GPIO_NUM_39;