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

@ -20,7 +20,7 @@
#include "esp_timer.h"
#include "esp_tls_crypto.h"
static const char *TAG = "WEBSOCKET_CLIENT";
static const char *TAG = "websocket_client";
#define WEBSOCKET_TCP_DEFAULT_PORT (80)
#define WEBSOCKET_SSL_DEFAULT_PORT (443)