mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-16 13:25:03 +01:00
Resolve "OTA"
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user