From afc7b96b7c1cc8a6a80c1180734306501ef5e1de Mon Sep 17 00:00:00 2001 From: arendst Date: Sat, 13 May 2017 13:11:39 +0200 Subject: [PATCH] v5.1.0 5.1.0 20170513 * Fix Offline/Removal of retained topic when FullTopic is changed * Add FullTopic to MQTT Configuration and Information web pages * Add license model GPLv3 (#188) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43bb4d51d..9fd6e0505 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Provide ESP8266 based Sonoff by [iTead Studio](https://www.itead.cc/) and Electr Current version is **5.1.0** - See [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/master/sonoff/_releasenotes.ino) for change information. -### **** ATTENTION Version 5.0.x specific information **** +### **** ATTENTION Version 5.x.x 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 firmware download the new linker to your IDE or Platformio base folder. See [Wiki > Prerequisite](https://github.com/arendst/Sonoff-Tasmota/wiki/Prerequisite).