fix(modem): Use higher GPIO range to support new chips

We can use IDF's Kconfig.env_caps in future, but that's not available on v5.0.

Closes https://github.com/espressif/esp-protocols/issues/558
This commit is contained in:
David Cermak
2024-11-20 11:19:59 +01:00
parent 433a033fcc
commit 428fdbbd80
6 changed files with 23 additions and 23 deletions

View File

@@ -16,14 +16,14 @@ menu "Test App Configuration"
config TEST_APP_UART_TX_PIN
int "TXD Pin Number"
default 6
range 0 31
range 0 56
help
Pin number of UART TX.
config TEST_APP_UART_RX_PIN
int "RXD Pin Number"
default 7
range 0 31
range 0 56
help
Pin number of UART RX.