mirror of https://github.com/arendst/Tasmota.git
Updated Upgrade (markdown)
parent
76371564b0
commit
73fadc0aa6
|
@ -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.
|
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:
|
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 USE_MINIMAL` **enabled** which will have a smaller footprint
|
1. Upload firmware with `#define BE_MINIMAL` **enabled** (remove the slashes) which will have a smaller footprint
|
||||||
2. Upload the final firmware with `#define USE_MINIMAL` **disabled** with the features you want to use.
|
2. Upload the final firmware with `#define BE_MINIMAL` **disabled** (commented with slashes) with the features you want to use.
|
||||||
|
|
||||||
## Migration path
|
## Migration path
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue