Compare commits

...

1 Commits

Author SHA1 Message Date
J. Nick Koston de6a4f793f [libretiny] Use standard logger tag names 2026-07-06 17:28:14 -05:00
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,