mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Move configure_rmt() into setup() (#2028)
This commit is contained in:
		
				
					committed by
					
						 Otto winter
						Otto winter
					
				
			
			
				
	
			
			
			
						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..."); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user