fix boot button gpio

This commit is contained in:
Andy
2024-12-20 19:10:17 +08:00
committed by Terrence
parent 2e6a278b0d
commit 495b949d77

View File

@@ -18,7 +18,7 @@
#define AUDIO_CODEC_ES8311_ADDR ES8311_CODEC_DEFAULT_ADDR
#define BUILTIN_LED_GPIO GPIO_NUM_5
#define BOOT_BUTTON_GPIO GPIO_NUM_9
#define BOOT_BUTTON_GPIO GPIO_NUM_6
#endif // _BOARD_CONFIG_H_