mirror of
https://github.com/esphome/esphome.git
synced 2025-02-22 21:08:16 +00:00
12 lines
260 B
C++
12 lines
260 B
C++
|
#include "remote_transmitter.h"
|
||
|
#include "esphome/core/log.h"
|
||
|
#include "esphome/core/application.h"
|
||
|
|
||
|
namespace esphome {
|
||
|
namespace remote_transmitter {
|
||
|
|
||
|
static const char *TAG = "remote_transmitter";
|
||
|
|
||
|
} // namespace remote_transmitter
|
||
|
} // namespace esphome
|