mirror of
https://github.com/esphome/esphome.git
synced 2025-09-08 06:12:20 +01:00
do the others
This commit is contained in:
@@ -279,16 +279,16 @@ def upload_using_esptool(config, port, file, speed):
|
|||||||
cmd = [
|
cmd = [
|
||||||
"esptool",
|
"esptool",
|
||||||
"--before",
|
"--before",
|
||||||
"default_reset",
|
"default-reset",
|
||||||
"--after",
|
"--after",
|
||||||
"hard_reset",
|
"hard-reset",
|
||||||
"--baud",
|
"--baud",
|
||||||
str(baud_rate),
|
str(baud_rate),
|
||||||
"--port",
|
"--port",
|
||||||
port,
|
port,
|
||||||
"--chip",
|
"--chip",
|
||||||
mcu,
|
mcu,
|
||||||
"write_flash",
|
"write-flash",
|
||||||
"-z",
|
"-z",
|
||||||
"--flash-size",
|
"--flash-size",
|
||||||
"detect",
|
"detect",
|
||||||
|
Reference in New Issue
Block a user