[libretiny] Use standard logger tag names (#17431)

This commit is contained in:
J. Nick Koston
2026-07-06 19:55:12 -05:00
committed by GitHub
parent a36c3063b2
commit e8d37e5bd3
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
namespace esphome::libretiny {
static const char *const TAG = "lt.gpio";
static const char *const TAG = "libretiny.gpio";
static int IRAM_ATTR flags_to_mode(gpio::Flags flags) {
if (flags == gpio::FLAG_INPUT) {
@@ -6,7 +6,7 @@
namespace esphome::libretiny {
static const char *const TAG = "lt.component";
static const char *const TAG = "libretiny";
void LTComponent::dump_config() {
ESP_LOGCONFIG(TAG,