Releases: Kuuhhl/esp8266Chat
Releases · Kuuhhl/esp8266Chat
v1.0 - BIN files for NodeMCU
- Download the both
.bin
files. - Download and install esptool.py.
- Connect the board to your computer.
- Flash the
.bin
files using this command:esptool.py write_flash 0x0 firmware.bin 0x00300000 littlefs.bin
.