mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 20:02:22 +01:00
Move configure_rmt() into setup() (#2028)
This commit is contained in:
@@ -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...");
|
||||
|
Reference in New Issue
Block a user