fix for flash size in default config
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
set(project_components tactility)
|
||||
|
||||
if("${IDF_TARGET}" STREQUAL "esp32")
|
||||
list(APPEND project_components yellow_board)
|
||||
endif()
|
||||
|
||||
# T-Deck is an S3 platform
|
||||
if("${IDF_TARGET}" STREQUAL "esp32s3")
|
||||
list(APPEND project_components lilygo_tdeck)
|
||||
endif()
|
||||
|
||||
idf_component_register(
|
||||
SRC_DIRS "src"
|
||||
"src/hello_world"
|
||||
REQUIRES ${project_components}
|
||||
)
|
||||
Reference in New Issue
Block a user