Remove TAG from .h

This commit is contained in:
Edward Firmo
2025-08-06 19:12:43 +02:00
parent dbbbc4040d
commit 3557c847b2
2 changed files with 8 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
#pragma once
#ifdef TX_ULTIMATE_EASY_CORE_HW_TOUCH
#include "esphome/core/automation.h"
#include "esphome/core/component.h"
#include "esphome/components/uart/uart.h"
@@ -31,9 +33,6 @@ namespace esphome {
constexpr int VALID_DATA_BYTE_2 = 0x01;
constexpr int VALID_DATA_BYTE_3 = 0x02;
// Log tag
static const char *TAG = "tx_ultimate_easy.touch";
struct TouchPoint {
uint8_t button = 0;
int8_t x = -1;
@@ -84,3 +83,5 @@ namespace esphome {
} // namespace tx_ultimate_easy
} // namespace esphome
#endif // TX_ULTIMATE_EASY_CORE_HW_TOUCH