Fix application name
This commit is contained in:
parent
474aa42696
commit
d63773dea0
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue