Skip to content

Commit 091d60a

Browse files
authored
fix: modify esp32c5 devkit max gpio (#759)
1 parent c9aefc4 commit 091d60a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bsp/esp_bsp_devkit/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ menu "Board Support Package (generic)"
669669

670670
config ENV_GPIO_RANGE_MAX
671671
int
672-
default 25
672+
default 28
673673

674674
config ENV_GPIO_IN_RANGE_MAX
675675
int

bsp/esp_bsp_devkit/idf_component.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
version: "3.0.1"
1+
version: "3.0.2"
32
description: DevKit Board Support Package (BSP)
43
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp_bsp_devkit
54

0 commit comments

Comments
 (0)