From 46faf350db2b7c1f5a0f87e5281cb983288c77ad Mon Sep 17 00:00:00 2001 From: c4sfer Date: Fri, 15 Mar 2019 14:25:01 +0100 Subject: [PATCH] Updated Upgrade (markdown) --- Upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Upgrade.md b/Upgrade.md index 96b8b85c..34c91af0 100644 --- a/Upgrade.md +++ b/Upgrade.md @@ -41,8 +41,8 @@ As more functionality is being added to the firmware at some time it reaches the Starting with **version 5.x** Sonoff-Tasmota uses an updated linker script, extending the code space by 70kB, allowing a firmware file size of as much as 510kB. Larger firmware files can only be loaded when the current flash usage is first reduced to accommodate more free flash to load the new firmware. Hence you'll need to perform a two step process: -1. Upload firmware with `#define BE_MINIMAL` **enabled** (remove the slashes) which will have a smaller footprint -2. Upload the final firmware with `#define BE_MINIMAL` **disabled** (commented with slashes) with the features you want to use. +1. Upload firmware with `#define FIRMWARE_MINIMAL` **enabled** (remove the slashes) which will have a smaller footprint +2. Upload the final firmware with `#define FIRMWARE_MINIMAL` **disabled** (commented with slashes) with the features you want to use. This applies if you are not building your own firmware, too - use the `-minimal` firmware image first, then load the normal one.