mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add factory to download name (#3040)
This commit is contained in:
		| @@ -416,7 +416,7 @@ class DownloadBinaryRequestHandler(BaseHandler): | ||||
|             if storage_json is None: | ||||
|                 self.send_error(404) | ||||
|                 return | ||||
|             filename = f"{storage_json.name}.bin" | ||||
|             filename = f"{storage_json.name}-factory.bin" | ||||
|             path = storage_json.firmware_bin_path.replace( | ||||
|                 "firmware.bin", "firmware-factory.bin" | ||||
|             ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user