More LittleFS fixes
This commit is contained in:
parent
46133c2a42
commit
8068716f51
3 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.16.0)
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
|
||||
get_filename_component(configName "${CMAKE_BINARY_DIR}" NAME)
|
||||
list(APPEND EXTRA_COMPONENT_DIRS "${CMAKE_SOURCE_DIR}/.pio/libdeps/${configName}/esp_littlefs")
|
||||
|
||||
project(btclock_espidf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue