Skip to content

Commit d94f354

Browse files
committed
and filename!
1 parent 02013d9 commit d94f354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/miniesptool_esp8266program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
print("Synced")
2020
print(esptool.chip_name)
2121
print("MAC ADDR: ", [hex(i) for i in esptool.mac_addr])
22-
esptool.flash_file("AT firmware 1.6.2.0.bin")
22+
esptool.flash_file("AT_firmware_1.6.2.0.bin")
2323
esptool.reset()
2424
time.sleep(0.5)

0 commit comments

Comments
 (0)