v0.3.1
What's Changed
- Allow remote OTA upgrades by @garyservin in #13
- Update sdk version by @garyservin in #15
- Add option to factory reset microcontroller by @garyservin in #17
Full Changelog: 0.3.0...0.3.1
To flash the new version
pip install esptool
esptool.py --chip esp8266 --port /dev/ttyUSB0 --baud 115200 --before default_reset --after hard_reset write_flash 0x0 linka-firmware-v0.3.1.bin