We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8480f39 commit c92c82bCopy full SHA for c92c82b
Processors/TFT_eSPI_ESP32.h
@@ -12,7 +12,7 @@
12
#include "soc/spi_reg.h"
13
#include "driver/spi_master.h"
14
15
-#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32C2) && !defined(CONFIG_IDF_TARGET_ESP32)
+#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32)
16
#define CONFIG_IDF_TARGET_ESP32
17
#endif
18
0 commit comments