From 53c765347a3ca4bfbf27ea6511123ecc4acf6671 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Tue, 15 Aug 2023 12:43:18 +0200 Subject: [PATCH] static --- src/api/console.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;