From 3f4ae6c69ea680fed28a249f8721f1b46bb4aed6 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sun, 16 Oct 2022 17:44:41 +0200 Subject: [PATCH] Added hints to readme where pre-compiled files can be found --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef0d33..a40bc7c 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ This can be achieved by editing the 'platformio.ini' file and add/change one or * clean the sources: `platformio run -e generic -t clean` * erase flash: `platformio run -e generic -t erase` ### 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 (blue font). You need to be logged in with your github account to download the files. Use a ESP32 flash tool of your choice and flash the .bin files to the right addresses: | Address | File | @@ -134,7 +135,8 @@ Use a ESP32 flash tool of your choice and flash the .bin files to the right addr | 0xe000 | boot_app0.bin | | 0x10000 | opendtu-*.bin | -Make sure too uncheck the DoNotChgBin option. Otherwise you will maybe get errors like "invalid header" +Make sure too uncheck the DoNotChgBin option. Otherwise you will maybe get errors like "invalid header". +For further upgraded you can just use the web interface and upload the opendtu-*.bin file. ## First configuration * After the initial flashing of the microcontroller, an Access Point called "OpenDTU-*" is opened. The default password is "openDTU42".