Config portal & OTA - mcer12/Temper-ESP8266 GitHub Wiki
Config portal will start automatically at first run.
Starting Config portal manually
- Connect microUSB power or pull GPIO12 to GND (either of those will enable Config AP)
- Push the reset button
Exit Config portal
Push reset button or click Save in Config portal.
OTA Firmware update
- Start config access point and connect to it from pc or phone
- Head over to http://10.10.10.1/update
- Upload the binary.
NOTE: To generate binary in Arduino IDE, select Sketch -> Export compiled binary. The binary will be saved to the projects directory.