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

@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -27,7 +27,7 @@ extern mdns_server_t *_mdns_server;
* MDNS Server Networking
*
*/
static const char *TAG = "MDNS_Networking";
static const char *TAG = "mdns_networking";
static struct udp_pcb *_pcb_main = NULL;