From 7ad979163f0af8af98947c595096b555afe1d1dc Mon Sep 17 00:00:00 2001 From: arendst Date: Sun, 7 Jan 2018 22:45:40 +0100 Subject: [PATCH] v5.11.1 5.11.1 20180107 * Fix Sonoff Pow command handling (#1542) --- README.md | 2 +- sonoff/_releasenotes.ino | 5 ++++- sonoff/sonoff.ino | 4 ++-- sonoff/{xsns_03_energy.ino => xdrv_03_energy.ino} | 0 4 files changed, 7 insertions(+), 4 deletions(-) rename sonoff/{xsns_03_energy.ino => xdrv_03_energy.ino} (100%) diff --git a/README.md b/README.md index a62075498..064f769a1 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.11.0** - See [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/master/sonoff/_releasenotes.ino) for change information. +Current version is **5.11.1** - See [sonoff/_releasenotes.ino](https://github.com/arendst/Sonoff-Tasmota/blob/master/sonoff/_releasenotes.ino) for change information. ### ATTENTION All versions diff --git a/sonoff/_releasenotes.ino b/sonoff/_releasenotes.ino index 40529631c..ce71e5e78 100644 --- a/sonoff/_releasenotes.ino +++ b/sonoff/_releasenotes.ino @@ -1,4 +1,7 @@ -/* 5.11.0 20180107 +/* 5.11.1 20180107 + * Fix Sonoff Pow command handling (#1542) + * + * 5.11.0 20180107 * Minor webpage HTML optimizations (#1358) * Updated German translation (#1438) * Change Sonoff Pow Energy MQTT data message and consolidate Status 8 into Status 10 diff --git a/sonoff/sonoff.ino b/sonoff/sonoff.ino index 362b0f719..63ec532c4 100644 --- a/sonoff/sonoff.ino +++ b/sonoff/sonoff.ino @@ -25,8 +25,8 @@ - Select IDE Tools - Flash Size: "1M (no SPIFFS)" ====================================================*/ -#define VERSION 0x050B0000 -#define VERSION_STRING "5.11.0" // Would be great to have a macro that fills this from VERSION ... +#define VERSION 0x050B0100 +#define VERSION_STRING "5.11.1" // Would be great to have a macro that fills this from VERSION ... // Location specific includes #include "sonoff.h" // Enumaration used in user_config.h diff --git a/sonoff/xsns_03_energy.ino b/sonoff/xdrv_03_energy.ino similarity index 100% rename from sonoff/xsns_03_energy.ino rename to sonoff/xdrv_03_energy.ino