Resolve "OTA"

This commit is contained in:
Patrick Balsiger
2018-08-03 11:01:42 +00:00
parent 18ccf6a892
commit dbb4ce9de7
18 changed files with 895 additions and 17 deletions

View File

@@ -7,5 +7,9 @@ A sprocket is a device that has a single purpose, for example a PIR sensor node
# Useful commands
```sh
# erase flash
esptool --port /dev/ttyUSB0 erase_flash
esptool --port /dev/ttyUSB0 erase_flash
# OTA
~/.platformio/packages/tool-espotapy/espota.py -i <espIP> -p 8266 -a <authPW> -f .pioenvs/ota/firmware.bin
```