diff --git a/Upgrading.md b/Upgrading.md index 73179331..efc52c56 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -91,7 +91,8 @@ You can set up OTA url and initiate OTA upgrade from TDM using GUI. # Device Settings Tasmota uses flash memory to store options and settings. New versions add (or remove) features that use various regions of flash memory. If you did not erase flash when you originally flashed your device, an updated version of Tasmota may be accessing areas with values left over from the old Tasmota or even the original factory firmware. This might cause unexpected and unwanted behavior or even major problems (constant reboots or reconnect). It is best to address this before upgrading across major versions of Tasmota. -**decode-config.py does not work in Windows** +decode-config.py [installation instructions](https://github.com/arendst/Tasmota/blob/development/tools/decode-config.md). + 1. Make a configuration backup using one of these two methods: - Use `decode-config.py` from the Tasmota [`/tools/` folder](../tree/development/tools) to convert a .dmp backup to a readable form (JSON file): `decode-config.py -d --backup-file Config-@f --backup-type json`