inkpot → inkblot

This commit is contained in:
arne 2025-11-05 22:23:53 +01:00
commit 20d0ff74e0
5 changed files with 228 additions and 86 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(inkpot)
project(inkblot)
get_filename_component(configName "${CMAKE_BINARY_DIR}" NAME)
list(APPEND EXTRA_COMPONENT_DIRS "${CMAKE_SOURCE_DIR}/components/esp_littlefs")