From 8cd430efc76caf450e086196cc84fe7aaa3ac92e Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Tue, 27 Sep 2022 20:06:54 +0200 Subject: [PATCH 1/2] add description to update rolling and a hint if anything bricks. --- Changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 4a095d96..1a2a0fd8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,10 +4,15 @@ The release breaks a few things in ota update. So **read the update from version 11.3.1 carefully**. -1.) You should update to 11.3.1 before you update to this release. All other are not tested. +1.) Backup your configuration! +1.) You should update to 11.3.1 before you update to this release. All other are not tested. + Rolling junger than 11.3.1 can also be used, but no guaranty. 2.) Upload and update the firmware.bin file from this release. **but do not reboot** 3.) Upload the html-from-11.3.1.zip in html upload and update the web interface. 4.) Now you can reboot. + +If anything bricks you can use the initial_esp32_setup.zip ( ) as alternative. + ### Added - automatic release creation From 93804cec3fdf5cf400ab96cec7de32eeb837fff0 Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Tue, 27 Sep 2022 20:11:11 +0200 Subject: [PATCH 2/2] fix numbering --- Changelog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 1a2a0fd8..784a68e3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,11 +5,11 @@ The release breaks a few things in ota update. So **read the update from version 11.3.1 carefully**. 1.) Backup your configuration! -1.) You should update to 11.3.1 before you update to this release. All other are not tested. +2.) You should update to 11.3.1 before you update to this release. All other are not tested. Rolling junger than 11.3.1 can also be used, but no guaranty. -2.) Upload and update the firmware.bin file from this release. **but do not reboot** -3.) Upload the html-from-11.3.1.zip in html upload and update the web interface. -4.) Now you can reboot. +3.) Upload and update the firmware.bin file from this release. **but do not reboot** +4.) Upload the html-from-11.3.1.zip in html upload and update the web interface. +5.) Now you can reboot. If anything bricks you can use the initial_esp32_setup.zip ( ) as alternative.