mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 23:18:10 +01:00
Move configure_rmt() into setup() (#2028)
This commit is contained in:
parent
7828f48b9a
commit
790d6ef94c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace remote_transmitter {
|
|||
|
||||
static const char *const TAG = "remote_transmitter";
|
||||
|
||||
void RemoteTransmitterComponent::setup() {}
|
||||
void RemoteTransmitterComponent::setup() { this->configure_rmt(); }
|
||||
|
||||
void RemoteTransmitterComponent::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, "Remote Transmitter...");
|
||||
|
|
Loading…
Reference in a new issue