mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
Add factory to download name (#3040)
This commit is contained in:
parent
1fe89fb364
commit
cc0d433621
@ -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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user