mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Merge branch 'drop_py_esptool' into integration
This commit is contained in:
		| @@ -279,16 +279,16 @@ def upload_using_esptool(config, port, file, speed): | ||||
|         cmd = [ | ||||
|             "esptool", | ||||
|             "--before", | ||||
|             "default_reset", | ||||
|             "default-reset", | ||||
|             "--after", | ||||
|             "hard_reset", | ||||
|             "hard-reset", | ||||
|             "--baud", | ||||
|             str(baud_rate), | ||||
|             "--port", | ||||
|             port, | ||||
|             "--chip", | ||||
|             mcu, | ||||
|             "write_flash", | ||||
|             "write-flash", | ||||
|             "-z", | ||||
|             "--flash-size", | ||||
|             "detect", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user