diff --git a/src/api/console.c b/src/api/console.c index ad5929d..f9f8217 100644 --- a/src/api/console.c +++ b/src/api/console.c @@ -26,8 +26,8 @@ int cacheMessageIndex = 0; SemaphoreHandle_t cacheMutex; -const char *TAG = "Console"; -const char *LOG_TAG = "[LOG]"; +const static char *TAG = "Console"; +const static char *LOG_TAG = "[LOG]"; esp_websocket_client_handle_t client = NULL;