Skip to content

Commit 9a04833

Browse files
committed
add missing port argument to esp32 output
adds the missing `-p (PORT)` to the output seen at the end of compiling.
1 parent 5f9047a commit 9a04833

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
@@ -1127,7 +1127,7 @@ def find_esp32(chip):
11271127
print()
11281128
print(erase_cmd)
11291129
print()
1130-
print(output.replace('-b 460800', '-b 921600'))
1130+
print(output.replace('-b 460800', '-p (PORT) -b 921600'))
11311131
print()
11321132

11331133

0 commit comments

Comments
 (0)