diff --git a/installation.md b/installation.md index 590bfc5..2715af0 100644 --- a/installation.md +++ b/installation.md @@ -59,18 +59,19 @@ 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 0x00300000 spiffs.bin" +flash the firmware with the command "python -m esptool --port **YOUR SERIAL PORT** --baud 115200 write_flash 0x00000 firmware.bin 0x00100000 spiffs.bin" hint: you can crank the baudrate up to 921600 bps ;) - python -m esptool --port COM11 --baud 115200 write_flash 0x00000 firmware.bin 0x00300000 spiffs.bin + python -m esptool --port COM11 --baud 115200 write_flash 0x00000 firmware.bin 0x00100000 spiffs.bin # Configuration after first boot the esp will build a AP with ssid name **illu** and password **illumination** -when connected browse to **192.168.4.1** +when connected browse to **http://illucat** -now you can enter the SSID and Password of your WLAN, press save (and may reset the esp) +now you can enter the SSID and Password of your WLAN and set StationMode to 1 +then press save and reset the esp) the Cat should now joined your network