@ -52,6 +52,14 @@ Once you have flashed it you can flash it again over-the-air using the ```ota```
> platformio run --target uploadfs -e ota
```
When using OTA environment it defaults to the IP address of the device in SoftAP mode. If you want to flash it when connected to your home network best way is to supply the IP of the device:
```bash
> platformio run --target upload -e ota --upload_port 192.168.1.151
> platformio run --target uploadfs -e ota --upload_port 192.168.1.151
```
Library dependencies are automatically managed via PlatformIO Library Manager.