mirror of https://github.com/arendst/Tasmota.git
Updated Upgrading (markdown)
parent
fa7c072d88
commit
1b40b530d9
|
@ -111,7 +111,7 @@ So to migrate from **Sonoff-MQTT-OTA-Arduino versions before 3.1.0** to **Sonoff
|
|||
Tasmota uses SPIFFS (SPI Flash File System) memory to store many options and settings. Newer versions of Tasmota add features and use more and more of this area than earlier versions. These regions of flash were therefore not used by Tasmota before. If you did not erase flash when you originally flashed your device, a newer update may be accesssing areas with values left over from the original factory firmware. Therefore there could be unexpected behavior. It is best to address this before upgrading across major versions of Tasmota.
|
||||
|
||||
1. Make a configuration backup using one of these two methods:
|
||||
- Use `decode-config.py` from the Tasmota `tools` code folder to create the backup in human readable form:
|
||||
- Use `decode-config.py` from the Tasmota [`tools` code folder](../tree/development/tools) to create the backup in human readable form:
|
||||
`decode-config.py -d <deviceIP> --backup-file Config-@H-@f-@v --backup-type json`
|
||||
- If you have a `.dmp` backup already, you can create a JSON extract from that file:
|
||||
`decode-config.py -f <dmpFile> --backup-file Config-@H-@f-@v --backup-type json`
|
||||
|
|
Loading…
Reference in New Issue