Skip to content

Commit 9d084d9

Browse files
committed
makes it easier to see flashing directions for esp32 output
1 parent 64cdb32 commit 9d084d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/esp32.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ def compile(): # NOQA
502502
)
503503

504504
out_cmd = ' '.join(out_cmd)
505-
505+
print()
506+
print()
506507
print('To flash firmware:')
507508
print('Replace "(PORT)" with the serial port for your esp32')
508509
print('and run the commands.')

0 commit comments

Comments
 (0)