You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,18 @@ Tompile it follow the [instructions below](#development).
63
63
64
64
# Flashing / Upgrading
65
65
## 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
+
```
67
78
68
79
## Wired
69
80
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