Skip to content

Commit 0818342

Browse files
authored
Update README.md
1 parent bd718e4 commit 0818342

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,18 @@ Tompile it follow the [instructions below](#development).
6363

6464
# Flashing / Upgrading
6565
## Wirelessly
66-
TBA
66+
Create a file platformio-local-override.ini and put in it
67+
```
68+
[env]
69+
upload_protocol = espota
70+
upload_port = 192.168.4.1
71+
upload_flags =
72+
```
73+
Install platformio on your system and flash with commands
74+
```
75+
pio run --target upload
76+
pio run --target uploadfs
77+
```
6778

6879
## Wired
6980
If your board is new and unprogrammed, or if you want to fully re-program it, you'll need to have a wired connection between your computer and the board.

0 commit comments

Comments
 (0)