From 75201df20fc6fa76e7919baa9297e5ed236d8a22 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 10 Nov 2020 10:39:36 +0100 Subject: [PATCH] Add OTA download path to migration data --- README.md | 9 ++++----- RELEASENOTES.md | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 91cbc8486..19d5f2a63 100644 --- a/README.md +++ b/README.md @@ -68,17 +68,16 @@ See [wiki migration path](https://tasmota.github.io/docs/Upgrading#migration-pat 1. Migrate to **Sonoff-Tasmota 3.9.x** 2. Migrate to **Sonoff-Tasmota 4.x** 3. Migrate to **Sonoff-Tasmota 5.14** -4. Migrate to **Sonoff-Tasmota 6.7.1** -5. Migrate to **Tasmota 7.2.0** +4. Migrate to **Sonoff-Tasmota 6.7.1** (http://ota.tasmota.com/tasmota/release-6.7.1/) +5. Migrate to **Tasmota 7.2.0** (http://ota.tasmota.com/tasmota/release-7.2.0/) --- Major change in parameter storage layout --- -6. Migrate to **Tasmota 8.1** -7. Migrate to **Tasmota 8.5.1** +6. Migrate to **Tasmota 8.5.1** (http://ota.tasmota.com/tasmota/release-8.5.1/) --- Major change in internal GPIO function representation --- -8. Migrate to **Tasmota 9.1** +7. Migrate to **Tasmota 9.1** (http://ota.tasmota.com/tasmota/release-9.1.0/) While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with version **v9.0.0.1** the internal GPIO function representation has changed in such a way that fallback is only possible to the latest GPIO configuration before installing **v9.0.0.1**. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 77e497a0f..a87bf6ab0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -9,17 +9,16 @@ See [migration path](https://tasmota.github.io/docs/Upgrading#migration-path) fo 1. Migrate to **Sonoff-Tasmota 3.9.x** 2. Migrate to **Sonoff-Tasmota 4.x** 3. Migrate to **Sonoff-Tasmota 5.14** -4. Migrate to **Sonoff-Tasmota 6.7.1** -5. Migrate to **Tasmota 7.2.0** +4. Migrate to **Sonoff-Tasmota 6.7.1** (http://ota.tasmota.com/tasmota/release-6.7.1/) +5. Migrate to **Tasmota 7.2.0** (http://ota.tasmota.com/tasmota/release-7.2.0/) --- Major change in parameter storage layout --- -6. Migrate to **Tasmota 8.1** -7. Migrate to **Tasmota 8.5.1** +6. Migrate to **Tasmota 8.5.1** (http://ota.tasmota.com/tasmota/release-8.5.1/) --- Major change in internal GPIO function representation --- -8. Migrate to **Tasmota 9.1** +7. Migrate to **Tasmota 9.1** (http://ota.tasmota.com/tasmota/release-9.1.0/) While fallback or downgrading is common practice it was never supported due to Settings additions or changes in newer releases. Starting with release **v9.1.0 Imogen** the internal GPIO function representation has changed in such a way that fallback is only possible to the latest GPIO configuration before installing **v9.1.0**.