unite all tags under common structure

py test: update tags under common structure
This commit is contained in:
AndriiFilippov
2023-02-15 15:41:46 +01:00
parent e00e056162
commit c6db3ea84c
8 changed files with 15 additions and 15 deletions

View File

@ -45,7 +45,7 @@ mdns_server_t *_mdns_server = NULL;
static mdns_host_item_t *_mdns_host_list = NULL;
static mdns_host_item_t _mdns_self_host;
static const char *TAG = "MDNS";
static const char *TAG = "mdns";
static volatile TaskHandle_t _mdns_service_task_handle = NULL;
static SemaphoreHandle_t _mdns_service_semaphore = NULL;