Skip to content

Commit 71c937c

Browse files
committed
Merge branch 'pr851' into dev
2 parents 65b728e + 834b938 commit 71c937c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ It is recommended to make all changes only in the 'platformio_override.ini', th
210210

211211
### using the pre-compiled .bin files
212212

213-
The pre-compiled files can be found on the [github page](https://github.com/tbnobody/OpenDTU) in the tab "Actions" and the sub menu "OpenDTU Build". Just choose the latest build from the master branch (search for "master" in the blue font text but click on the white header text!). You need to be logged in with your github account to download the files.
214-
Use a ESP32 flash tool of your choice (see next chapter) and flash the `.bin` files to the right addresses:
213+
The pre-compiled binary files can be found here on the [github page behind "Releases"](https://github.com/tbnobody/OpenDTU/releases) (look at the right column). For a first installation on an ESP32, download `opendtu-generic.zip`, unpack and use a ESP32 flash tool of your choice (see next chapter) to flash the `.bin` files to the right addresses:
215214

216215
| Address | File |
217216
| ---------| ---------------------- |
@@ -220,7 +219,7 @@ Use a ESP32 flash tool of your choice (see next chapter) and flash the `.bin` fi
220219
| 0xe000 | boot_app0.bin |
221220
| 0x10000 | opendtu-*.bin |
222221

223-
For further updates you can just use the web interface and upload the `opendtu-*.bin` file.
222+
For further updates download `opendtu-generic.bin` and use the over-the-air firmware update in OpenDTU's web interface.
224223

225224
#### Flash with esptool.py (Linux)
226225

0 commit comments

Comments
 (0)