mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	Merge branch 'improv_wait_for_start' into integration
This commit is contained in:
		@@ -31,6 +31,9 @@ void ESP32ImprovComponent::setup() {
 | 
			
		||||
#endif
 | 
			
		||||
  global_ble_server->on(BLEServerEvt::EmptyEvt::ON_DISCONNECT,
 | 
			
		||||
                        [this](uint16_t conn_id) { this->set_error_(improv::ERROR_NONE); });
 | 
			
		||||
 | 
			
		||||
  // Start with loop disabled - will be enabled by start() when needed
 | 
			
		||||
  this->disable_loop();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ESP32ImprovComponent::setup_characteristics() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user