Skip to content

Commit 41f1e97

Browse files
authored
write-flash
1 parent 684967d commit 41f1e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def check_lib_archive_exists():
353353
"--chip", "esp8266",
354354
"--port", '"$UPLOAD_PORT"',
355355
"--baud", "$UPLOAD_SPEED",
356-
"write_flash"
356+
"write-flash"
357357
],
358358
UPLOADCMD='$UPLOADER $UPLOADERFLAGS 0x0 $SOURCE'
359359
)
@@ -366,7 +366,7 @@ def check_lib_archive_exists():
366366
"--chip", "esp8266",
367367
"--port", '"$UPLOAD_PORT"',
368368
"--baud", "$UPLOAD_SPEED",
369-
"write_flash",
369+
"write-flash",
370370
"$FS_START"
371371
],
372372
UPLOADCMD='$UPLOADER $UPLOADERFLAGS $SOURCE',

0 commit comments

Comments
 (0)