From 326e4a722f59736f15f62e5a928918995f515162 Mon Sep 17 00:00:00 2001 From: Dracir Date: Wed, 25 Jan 2023 11:38:21 +0100 Subject: [PATCH] Fix minor bug (#2349) The default configuration did not correspond to any of the possible choices. --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index f3c30be..771d2e6 100644 --- a/Kconfig +++ b/Kconfig @@ -215,7 +215,7 @@ menu "TFT_eSPI" choice TFT_SPI_PORT prompt "SPI port" - default TFT_SPI_2_HOST + default TFT_VSPI_PORT help 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