mirror of
https://github.com/ddv2005/AirsoftTracker.git
synced 2026-01-10 21:16:54 +00:00
Upgrade public source code to version 1.0.1332. New boards support
This commit is contained in:
@@ -215,6 +215,11 @@ bool lvgl_spi_driver_init(int host,
|
||||
const char *spi_names[] = {
|
||||
"SPI_HOST", "", ""
|
||||
};
|
||||
#elif defined (CONFIG_IDF_TARGET_ESP32S3)
|
||||
assert((SPI1_HOST <= host) && (SPI3_HOST >= host));
|
||||
const char *spi_names[] = {
|
||||
"SPI_HOST", "", ""
|
||||
};
|
||||
#endif
|
||||
|
||||
ESP_LOGI(TAG, "Configuring SPI host %s (%d)", spi_names[host], host);
|
||||
|
||||
Reference in New Issue
Block a user