Skip to content

Commit 849f475

Browse files
committed
fixes typo
1 parent f569883 commit 849f475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/esp32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ def find_esp32(chip):
10621062
cmd = cmd.replace('-p (PORT)', f'-p "{PORT}"')
10631063

10641064
erase_flash = (
1065-
f'"{python_path}" "{esp_tool_path}" '
1065+
f'"{python_path}" "{esptool_path}" '
10661066
f'-p "{PORT}" -b 460800 erase_flash'
10671067
)
10681068

0 commit comments

Comments
 (0)