Skip to content

Commit a918c13

Browse files
committed
examples: update max GPIO range for C2 examples to exclude UART0 pins
Closes #10174
1 parent 7cd7056 commit a918c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/common_components/env_caps/esp32c2/Kconfig.env_caps

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ config ENV_GPIO_RANGE_MIN
44

55
config ENV_GPIO_RANGE_MAX
66
int
7-
default 20
7+
default 18
8+
# GPIOs 19/20 are always used by UART in examples
89

910
config ENV_GPIO_IN_RANGE_MAX
1011
int

0 commit comments

Comments
 (0)