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
*/
@ -13,7 +13,7 @@
#include "protocol_examples_common.h"
#include "mdns.h"
static const char *TAG = "MDNS_TEST";
static const char *TAG = "mdns_test";
void mdns_test(char *line);
static void get_string(char *line, size_t size)