mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Prep for 7.x
This commit is contained in:
parent
0e07397ff7
commit
1f084b8ec9
@ -23,7 +23,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases
|
||||
[](http://thehackbox.org/tasmota/)
|
||||
[](https://travis-ci.org/arendst/Tasmota)
|
||||
|
||||
See [sonoff/_changelog.ino](https://github.com/arendst/Tasmota/blob/development/sonoff/_changelog.ino) for detailed change information.
|
||||
See [tasmota/_changelog.ino](https://github.com/arendst/Tasmota/blob/development/tasmota/_changelog.ino) for detailed change information.
|
||||
|
||||
Unless your Tasmota powered device exhibits a problem or you need to make use of a feature that is not available in the Tasmota version currently installed on your device, leave your device alone - it works so don't make unnecessary changes! If the release version (i.e., the master branch) exhibits unexpected behaviour for your device and configuration, you should upgrade to the latest development version instead to see if your problem is resolved as some bugs in previous releases or development builds may already have been resolved.
|
||||
|
||||
@ -60,7 +60,8 @@ See [wiki migration path](https://github.com/arendst/Tasmota/wiki/Upgrade#migrat
|
||||
1. Migrate to **Sonoff-Tasmota 3.9.x**
|
||||
2. Migrate to **Sonoff-Tasmota 4.x**
|
||||
3. Migrate to **Sonoff-Tasmota 5.14**
|
||||
4. Migrate to **Sonoff-Tasmota 6.x**
|
||||
4. Migrate to **Sonoff-Tasmota 6.7.1**
|
||||
5. Migrate to **Tasmota 7.x**
|
||||
|
||||
## Support Information
|
||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/sonoffbasic.jpg" width="250" align="right" />
|
||||
|
@ -8,7 +8,8 @@ See [wiki migration path](https://github.com/arendst/Tasmota/wiki/Upgrade#migrat
|
||||
1. Migrate to **Sonoff-Tasmota 3.9.x**
|
||||
2. Migrate to **Sonoff-Tasmota 4.x**
|
||||
3. Migrate to **Sonoff-Tasmota 5.14**
|
||||
4. Migrate to **Sonoff-Tasmota 6.x**
|
||||
4. Migrate to **Sonoff-Tasmota 6.7.1**
|
||||
5. Migrate to **Tasmota 7.x**
|
||||
|
||||
## Supported Core versions
|
||||
This release will be supported from ESP8266/Arduino library Core version **pre-2.6.0** due to reported security and stability issues on previous Core version.
|
||||
@ -104,8 +105,8 @@ Over 500 additional devices are supported using [templates](TEMPLATES.md).
|
||||
## Provided Binary Downloads
|
||||
The following binary downloads have been compiled with ESP8266/Arduino library core version **pre-2.6.0**.
|
||||
|
||||
- **sonoff.bin** = The Sonoff version with sensors. **RECOMMENDED RELEASE BINARY**
|
||||
- **sonoff-BG.bin** to **sonoff-TW.bin** = The Sonoff version in different languages.
|
||||
- **sonoff.bin** = The Tasmota version with sensors. **RECOMMENDED RELEASE BINARY**
|
||||
- **sonoff-BG.bin** to **sonoff-TW.bin** = The Tasmota version in different languages.
|
||||
- **sonoff-basic.bin** = The Basic version without most sensors.
|
||||
- **sonoff-knx.bin** = The Knx version without some features but adds KNX support.
|
||||
- **sonoff-sensors.bin** = The Sensors version adds more useful sensors.
|
||||
@ -368,7 +369,7 @@ Version 6.7.1 20191026
|
||||
* Add Tuya Energy monitoring by Shantur Rathore
|
||||
* Add Domoticz P1 Smart Meter support using energy sensors handled by xdrv_03_energy.ino based on an idea by pablozg
|
||||
* Add debug compile features using defines **DEBUG_TASMOTA_CORE**, **DEBUG_TASMOTA_DRIVER** and **DEBUG_TASMOTA_SENSOR**.
|
||||
See **DEBUG_CORE_LOG** example in sonoff.ino and **DEBUG_DRIVER_LOG** example in xdrv_09_timers.ino
|
||||
See **DEBUG_CORE_LOG** example in tasmota.ino and **DEBUG_DRIVER_LOG** example in xdrv_09_timers.ino
|
||||
* Add option 0 to ``Width1`` (Marker), ``Width2`` (Second), ``Width3`` (Minute) and ``Width4`` (Hour) disabling display (#6152)
|
||||
* Add MqttCount metric to STATE (#6155)
|
||||
* Add allow repeat/longpress for IRSend raw, introduced ``IRSend<r>`` option (#6074)
|
||||
|
Loading…
x
Reference in New Issue
Block a user