mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
7cd7056341
commit
a918c13db5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user