Fix minor bug (#2349)

The default configuration did not correspond to any of the possible choices.
This commit is contained in:
Dracir
2023-01-25 11:38:21 +01:00
committed by GitHub
parent e94a7491a3
commit 326e4a722f

View File

@@ -215,7 +215,7 @@ menu "TFT_eSPI"
choice TFT_SPI_PORT choice TFT_SPI_PORT
prompt "SPI port" prompt "SPI port"
default TFT_SPI_2_HOST default TFT_VSPI_PORT
help help
The ESP32 has 2 free SPI ports i.e. VSPI (SPI2) and HSPI (SPI3), The ESP32 has 2 free SPI ports i.e. VSPI (SPI2) and HSPI (SPI3),
the VSPI is the default. If the VSPI port is in use and pins are the VSPI is the default. If the VSPI port is in use and pins are