Skip to content

Commit e0a0c20

Browse files
committed
fix: modify esp32c5 devkit max gpio
1 parent 0286cfb commit e0a0c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
version: "2.1.0"
2+
version: "3.0.2"
33
description: DevKit Board Support Package (BSP)
44
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp_bsp_devkit
55

0 commit comments

Comments
 (0)