Skip to content

Commit

Permalink
v5.11.1
Browse files Browse the repository at this point in the history
5.11.1 20180107
 * Fix Sonoff Pow command handling (arendst#1542)
  • Loading branch information
arendst authored and joecotton committed Jan 8, 2018
1 parent 6de4618 commit 437dae5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 4 additions & 1 deletion sonoff/_releasenotes.ino
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions sonoff/sonoff.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 437dae5

Please sign in to comment.