Updated Upgrade (markdown)

c4sfer 2019-03-15 14:25:01 +01:00
parent 13e939cf27
commit 46faf350db
1 changed files with 2 additions and 2 deletions

@ -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.