From 23eab160e68289a9bfd06ddb112be4053617413c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <357099073@qq.com> Date: Wed, 26 Nov 2025 10:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=A0=E7=94=A814=E5=92=8C?= =?UTF-8?q?3=E9=92=88=E8=84=9A=E5=81=9A=E5=A3=B0=E9=9F=B3=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=92=8C=E5=87=8F=E5=B0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/boards/bread-compact-wifi-s3cam/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/boards/bread-compact-wifi-s3cam/config.h b/main/boards/bread-compact-wifi-s3cam/config.h index 857d8c0..c1b5e2a 100644 --- a/main/boards/bread-compact-wifi-s3cam/config.h +++ b/main/boards/bread-compact-wifi-s3cam/config.h @@ -31,8 +31,8 @@ #define BUILTIN_LED_GPIO GPIO_NUM_48 #define BOOT_BUTTON_GPIO GPIO_NUM_0 #define TOUCH_BUTTON_GPIO GPIO_NUM_NC -#define VOLUME_UP_BUTTON_GPIO GPIO_NUM_NC -#define VOLUME_DOWN_BUTTON_GPIO GPIO_NUM_NC +#define VOLUME_UP_BUTTON_GPIO GPIO_NUM_14 +#define VOLUME_DOWN_BUTTON_GPIO GPIO_NUM_3 //Camera Config #define CAMERA_PIN_D0 GPIO_NUM_11 @@ -303,6 +303,6 @@ // A MCP Test: Control a lamp -#define LAMP_GPIO GPIO_NUM_14 +#define LAMP_GPIO GPIO_NUM_NC #endif // _BOARD_CONFIG_H_