feat(log): Optimize log tag init for bin logging

This commit is contained in:
Konstantin Kondrashov
2025-07-01 13:57:47 +03:00
parent 00e90bea33
commit dcf486359e
331 changed files with 678 additions and 612 deletions

View File

@@ -18,7 +18,7 @@
#include "sys/param.h"
#include "soc/syscon_reg.h"
const static char *TAG = "efuse";
ESP_LOG_ATTR_TAG(TAG, "efuse");
// Contains functions that provide access to efuse fields which are often used in IDF.