Fix application name

This commit is contained in:
arne 2025-10-04 20:31:09 +02:00
commit d63773dea0
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -19,7 +19,7 @@
#define WIFI_SCAN_LIST_SIZE 10 #define WIFI_SCAN_LIST_SIZE 10
#define LUA_FILE_PATH "/assets" #define LUA_FILE_PATH "/assets"
static const char *TAG = "lua_example"; static const char *TAG = "inkpot";
// Function to log memory usage with the message at the end // Function to log memory usage with the message at the end
void log_memory_usage(const char *message) { void log_memory_usage(const char *message) {