Skip to content

Commit

Permalink
Merge branch 'pr851' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed May 3, 2023
2 parents 65b728e + 834b938 commit 71c937c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ It is recommended to make all changes only in the 'platformio_override.ini', th

### using the pre-compiled .bin files

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.
Use a ESP32 flash tool of your choice (see next chapter) and flash the `.bin` files to the right addresses:
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:

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

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

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

Expand Down

0 comments on commit 71c937c

Please sign in to comment.