mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	preen
This commit is contained in:
		| @@ -6,7 +6,6 @@ namespace esphome { | ||||
| namespace sdl { | ||||
|  | ||||
| void Sdl::setup() { | ||||
|   ESP_LOGD(TAG, "Starting setup"); | ||||
|   SDL_Init(SDL_INIT_VIDEO); | ||||
|   this->window_ = SDL_CreateWindow(App.get_name().c_str(), this->pos_x_, this->pos_y_, this->width_, this->height_, | ||||
|                                    this->window_options_); | ||||
|   | ||||
| @@ -8,7 +8,6 @@ namespace esphome { | ||||
| namespace usb_host { | ||||
|  | ||||
| void USBHost::setup() { | ||||
|   ESP_LOGCONFIG(TAG, "Setup starts"); | ||||
|   usb_host_config_t config{}; | ||||
|  | ||||
|   if (usb_host_install(&config) != ESP_OK) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user