This commit is contained in:
FrYakaTKoP
2018-09-20 17:32:27 +00:00
parent d5f2b04ad8
commit 1a3fcbbde5
2 changed files with 3 additions and 3 deletions

View File

@@ -59,10 +59,10 @@ Extract firmware.bin and spiffs.bin
in the command shell window change to the folder where you extracted the .bin files using cd
flash the firmware with the command "python -m esptool --port **YOUR SERIAL PORT** --baud 115200 write_flash 0x00000 firmware.bin 0x00100000 spiffs.bin"
flash the firmware with the command "python -m esptool --port **YOUR SERIAL PORT** --baud 115200 write_flash 0x00000 firmware.bin 0x00300000 spiffs.bin"
hint: you can crank the baudrate up to 921600 bps ;)
python -m esptool --port COM11 --baud 115200 write_flash 0x00000 firmware.bin 0x00100000 spiffs.bin
python -m esptool --port COM11 --baud 115200 write_flash 0x00000 firmware.bin 0x00300000 spiffs.bin
# Configuration after first boot