From 858546596786830bf20a3ca430ecee6b20e63185 Mon Sep 17 00:00:00 2001 From: arendst Date: Sat, 9 Sep 2017 18:46:29 +0200 Subject: [PATCH] v5.7.1 5.7.1 20170909 * Remove leading spaces from MQTT data * Fix webconsole special character entry * Allow # as prefix for color value * Fix Alexa detection and Hue App Update Request (#698, #854) --- README.md | 2 +- sonoff/_releasenotes.ino | 7 ++----- sonoff/sonoff.ino | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 990ebeda3..eca2ca7c2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Sonoff-Tasmota Provide ESP8266 based Sonoff by [iTead Studio](https://www.itead.cc/) and ElectroDragon IoT Relay with Serial, Web and MQTT control allowing 'Over the Air' or OTA firmware updates using Arduino IDE. -Current version is **5.7.0b** - See [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/development/sonoff/_releasenotes.ino) for change information. +Current version is **5.7.1** - See [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/development/sonoff/_releasenotes.ino) for change information. ### ATTENTION All versions diff --git a/sonoff/_releasenotes.ino b/sonoff/_releasenotes.ino index 176455011..48ce58c55 100644 --- a/sonoff/_releasenotes.ino +++ b/sonoff/_releasenotes.ino @@ -1,11 +1,8 @@ -/* 5.7.0b - * Add snfled UNDOCA - * Allow # as prefix for color value for ws2812 too - * - * 5.7.0a +/* 5.7.1 20170909 * Remove leading spaces from MQTT data * Fix webconsole special character entry * Allow # as prefix for color value + * Fix Alexa detection and Hue App Update Request (#698, #854) * * 5.7.0 20170907 * Shrink module configuration webpage diff --git a/sonoff/sonoff.ino b/sonoff/sonoff.ino index 7618a932c..939655c85 100644 --- a/sonoff/sonoff.ino +++ b/sonoff/sonoff.ino @@ -25,7 +25,7 @@ - Select IDE Tools - Flash Size: "1M (no SPIFFS)" ====================================================*/ -#define VERSION 0x05070002 // 5.7.0b +#define VERSION 0x05070100 // 5.7.1 enum log_t {LOG_LEVEL_NONE, LOG_LEVEL_ERROR, LOG_LEVEL_INFO, LOG_LEVEL_DEBUG, LOG_LEVEL_DEBUG_MORE, LOG_LEVEL_ALL}; enum week_t {Last, First, Second, Third, Fourth};