mirror of https://github.com/arendst/Tasmota.git
Updated with link to Wiki > Prerequisite
This commit is contained in:
parent
ecc6bb5fdc
commit
9b69cead60
|
@ -3,9 +3,9 @@ Provide ESP8266 based Sonoff by [iTead Studio](https://www.itead.cc/) and Electr
|
|||
|
||||
Current version is **5.0.0** - See [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/master/sonoff/_releasenotes.ino) for change information.
|
||||
|
||||
### **** ATTENTION Version 5.0.0 specific information *******
|
||||
### **** ATTENTION Version 5.0.0 specific information ****
|
||||
|
||||
This version uses a new linker script to free flash memory for future code additions. It moves the settings from Spiffs to Eeprom. If you compile your own download the new linker to your IDE or Platformio base folder.
|
||||
This version uses a new linker script to free flash memory for future code additions. It moves the settings from Spiffs to Eeprom. If you compile your own firmware download the new linker to your IDE or Platformio base folder. See [Wiki > Prerequisite](https://github.com/arendst/Sonoff-Tasmota/wiki/Prerequisite).
|
||||
|
||||
Best practice to implement is:
|
||||
- Open the webpage to your device
|
||||
|
|
Loading…
Reference in New Issue