Skip to content

Commit

Permalink
examples: update max GPIO range for C2 examples to exclude UART0 pins
Browse files Browse the repository at this point in the history
Closes #10174
  • Loading branch information
ESP-Marius committed Dec 5, 2022
1 parent 7cd7056 commit a918c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/common_components/env_caps/esp32c2/Kconfig.env_caps
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ config ENV_GPIO_RANGE_MIN

config ENV_GPIO_RANGE_MAX
int
default 20
default 18
# GPIOs 19/20 are always used by UART in examples

config ENV_GPIO_IN_RANGE_MAX
int
Expand Down

0 comments on commit a918c13

Please sign in to comment.