Fix application name
This commit is contained in:
parent
474aa42696
commit
d63773dea0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(esp32-lua-example)
|
||||
project(inkpot)
|
||||
|
||||
get_filename_component(configName "${CMAKE_BINARY_DIR}" NAME)
|
||||
list(APPEND EXTRA_COMPONENT_DIRS "${CMAKE_SOURCE_DIR}/components/esp_littlefs")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue