mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-09-17 06:30:08 +00:00
Make the mqtt submodule logging tags lower case
This commit is contained in:
committed by
David Cermak
parent
4874bab356
commit
fb3184cc14
+1
-1
@@ -5,7 +5,7 @@
|
||||
#include "esp_log.h"
|
||||
|
||||
#ifndef CONFIG_MQTT_CUSTOM_OUTBOX
|
||||
static const char *TAG = "OUTBOX";
|
||||
static const char *TAG = "outbox";
|
||||
|
||||
typedef struct outbox_item {
|
||||
char *buffer;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
static const char *TAG = "PLATFORM";
|
||||
static const char *TAG = "platform";
|
||||
|
||||
#define MAX_ID_STRING (32)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user