1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-17 20:20:09 -04:00

17 lines
291 B
Plaintext

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