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

@ -19,7 +19,7 @@
#define WIFI_SCAN_LIST_SIZE 10
#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
void log_memory_usage(const char *message) {