Skip to content

Commit fe7b299

Browse files
committed
fix upload example file name
1 parent e6356b2 commit fe7b299

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
@@ -23,6 +23,6 @@
2323
# 0x3FC000 esp_init_data_default_v05.bin
2424
esptool.flash_file("esp8266/esp_init_data_default_v05.bin", 0x3FC000)
2525
# 0x3FE000 blank.bin
26-
esptool.flash_file("esp8266/esp_init_data_default_v05.bin", 0x3FE000)
26+
esptool.flash_file("esp8266/blank.bin", 0x3FE000)
2727
esptool.reset()
2828
time.sleep(0.5)

0 commit comments

Comments
 (0)