backpedal on renaming the display component

This commit is contained in:
Sebastien
2020-03-06 17:44:46 -05:00
parent 3c9fc8f0c3
commit ca70068d88
40 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ idf_component_register(SRCS platform_bt_core.c
platform_bt_sink.c
platform_bt_source.c
INCLUDE_DIRS .
REQUIRES bt platform_display esp_common freertos nvs_flash esp32 spi_flash newlib log pthread platform_config
REQUIRES bt display esp_common freertos nvs_flash esp32 spi_flash newlib log pthread platform_config
)