mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
parent
9c9a80f7b6
commit
7ad979163f
@ -1,7 +1,7 @@
|
|||||||
## Sonoff-Tasmota
|
## 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.
|
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
|
### ATTENTION All versions
|
||||||
|
|
||||||
|
@ -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)
|
* Minor webpage HTML optimizations (#1358)
|
||||||
* Updated German translation (#1438)
|
* Updated German translation (#1438)
|
||||||
* Change Sonoff Pow Energy MQTT data message and consolidate Status 8 into Status 10
|
* Change Sonoff Pow Energy MQTT data message and consolidate Status 8 into Status 10
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
- Select IDE Tools - Flash Size: "1M (no SPIFFS)"
|
- Select IDE Tools - Flash Size: "1M (no SPIFFS)"
|
||||||
====================================================*/
|
====================================================*/
|
||||||
|
|
||||||
#define VERSION 0x050B0000
|
#define VERSION 0x050B0100
|
||||||
#define VERSION_STRING "5.11.0" // Would be great to have a macro that fills this from VERSION ...
|
#define VERSION_STRING "5.11.1" // Would be great to have a macro that fills this from VERSION ...
|
||||||
|
|
||||||
// Location specific includes
|
// Location specific includes
|
||||||
#include "sonoff.h" // Enumaration used in user_config.h
|
#include "sonoff.h" // Enumaration used in user_config.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user