mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 11:44:13 +01:00
11 lines
266 B
C++
11 lines
266 B
C++
#include "remote_transmitter.h"
|
|
#include "esphome/core/log.h"
|
|
#include "esphome/core/application.h"
|
|
|
|
namespace esphome {
|
|
namespace remote_transmitter {
|
|
|
|
static const char *const TAG = "remote_transmitter";
|
|
|
|
} // namespace remote_transmitter
|
|
} // namespace esphome
|