change(esp_hw_support): improve gpio deepsleep wakeup configuration code

This commit is contained in:
wuzhenghui
2024-10-11 14:39:20 +08:00
parent aee378edd0
commit 55ff2325c5
7 changed files with 20 additions and 14 deletions

View File

@@ -147,7 +147,7 @@ extern "C" {
#define EXT_OSC_SLOW_GPIO_NUM 0
#define MAX_RTC_GPIO_NUM 8
#define MAX_RTC_GPIO_NUM 7
#define MAX_PAD_GPIO_NUM 26
#define MAX_GPIO_NUM 30
#define DIG_IO_HOLD_BIT_SHIFT 32

View File

@@ -144,7 +144,7 @@ extern "C" {
#define EXT_OSC_SLOW_GPIO_NUM 0
#define MAX_RTC_GPIO_NUM 8
#define MAX_RTC_GPIO_NUM 7
#define MAX_PAD_GPIO_NUM 28
#define MAX_GPIO_NUM 32
#define DIG_IO_HOLD_BIT_SHIFT 32