static
parent
7da00bbc3f
commit
53c765347a
|
@ -26,8 +26,8 @@ int cacheMessageIndex = 0;
|
||||||
|
|
||||||
SemaphoreHandle_t cacheMutex;
|
SemaphoreHandle_t cacheMutex;
|
||||||
|
|
||||||
const char *TAG = "Console";
|
const static char *TAG = "Console";
|
||||||
const char *LOG_TAG = "[LOG]";
|
const static char *LOG_TAG = "[LOG]";
|
||||||
|
|
||||||
esp_websocket_client_handle_t client = NULL;
|
esp_websocket_client_handle_t client = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue