[remote_receiver] Shorten esp32 TAG string (#18447)

This commit is contained in:
J. Nick Koston
2026-08-17 11:54:52 -05:00
committed by GitHub
parent ebe93e2c68
commit 3d9fecb562
@@ -9,7 +9,7 @@
namespace esphome::remote_receiver {
static const char *const TAG = "remote_receiver.esp32";
static const char *const TAG = "remote_receiver";
static bool IRAM_ATTR HOT rmt_callback(rmt_channel_handle_t channel, const rmt_rx_done_event_data_t *event, void *arg) {
RemoteReceiverComponentStore *store = (RemoteReceiverComponentStore *) arg;