Skip to content

Commit 29d3cbc

Browse files
authored
Merge pull request #12 from mikevanis/master
Format tweak for "Press BOOT button"
2 parents 206f7db + be5ab5c commit 29d3cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esptool-python-gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def upload_from_github(self, serial_port, url):
165165
esptool_options[-1] = fp.name
166166
try:
167167
print(" ")
168-
print("*** Please hold down BOOT button ***")
168+
print("👇 Please hold down BOOT button 👇")
169169
if self.erase:
170170
esptool_main(esptool_erase_options)
171171
esptool_main(esptool_options)

0 commit comments

Comments
 (0)