mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-05 21:54:42 +02:00
Fix minor bug (#2349)
The default configuration did not correspond to any of the possible choices.
This commit is contained in:
2
Kconfig
2
Kconfig
@@ -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
|
||||||
|
Reference in New Issue
Block a user