examples: update max GPIO range for C2 examples to exclude UART0 pins

Closes https://github.com/espressif/esp-idf/issues/10174
This commit is contained in:
Marius Vikhammer
2022-11-14 10:13:00 +08:00
parent beeef9df2c
commit 72b8a3de3e

View File

@@ -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