Skip to content
SSE edited this page Sep 8, 2017 · 1 revision

To load the bin file to your esp module, you'll need to download esptool from HERE or use pip install esptool to install it.

The precompiled binary can be downloaded from HERE or at https://www.neatoscheduler.com

To flash the image to your device, you'd use the command: esptool.py --port SERIAL-PORT-OF-ESP8266 write_flash -fm dio 0x00000 FIRMWARE-NAME.bin

Clone this wiki locally