We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
pip install esptool
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