mirror of
https://github.com/esphome/esphome.git
synced 2024-12-21 16:27:44 +01:00
Move configure_rmt() into setup() (#2028)
This commit is contained in:
parent
7828f48b9a
commit
790d6ef94c
@ -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 New Issue
Block a user