master
Jan Umbach 2023-08-15 12:43:18 +02:00
parent 7da00bbc3f
commit 53c765347a
1 changed files with 2 additions and 2 deletions

View File

@ -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;