We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6356b2 + fe7b299 commit 0362c36Copy full SHA for 0362c36
examples/miniesptool_esp8266program.py
@@ -23,6 +23,6 @@
23
# 0x3FC000 esp_init_data_default_v05.bin
24
esptool.flash_file("esp8266/esp_init_data_default_v05.bin", 0x3FC000)
25
# 0x3FE000 blank.bin
26
-esptool.flash_file("esp8266/esp_init_data_default_v05.bin", 0x3FE000)
+esptool.flash_file("esp8266/blank.bin", 0x3FE000)
27
esptool.reset()
28
time.sleep(0.5)
0 commit comments