mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Replace custom OTA implementation in web_server_base (#9274)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -1,3 +1,11 @@ | ||||
| esphome: | ||||
|   name: test-web-server-no-ota-idf | ||||
|  | ||||
| esp32: | ||||
|   board: esp32dev | ||||
|   framework: | ||||
|     type: esp-idf | ||||
|  | ||||
| packages: | ||||
|   device_base: !include common.yaml | ||||
|  | ||||
| @@ -6,4 +14,3 @@ packages: | ||||
| web_server: | ||||
|   port: 8080 | ||||
|   version: 2 | ||||
|   ota: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user