mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Breaking Change Device Groups multicast address and port
- Breaking Change Device Groups multicast address and port (#8270) - Version bump 8.2.0.5
This commit is contained in:
parent
c0bc7abeee
commit
14040f601c
@ -52,8 +52,9 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 8.2.0.4
|
### Version 8.2.0.5
|
||||||
|
|
||||||
|
- Breaking Change Device Groups multicast address and port (#8270)
|
||||||
- Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3
|
- Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3
|
||||||
- Change default PWM Frequency to 223 Hz instead of 880 Hz for less interrupt pressure
|
- Change default PWM Frequency to 223 Hz instead of 880 Hz for less interrupt pressure
|
||||||
- Change HM-10 sensor type detection and add features (#7962)
|
- Change HM-10 sensor type detection and add features (#7962)
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
## Unreleased (development)
|
## Unreleased (development)
|
||||||
|
|
||||||
|
### 8.2.0.5 20200425
|
||||||
|
|
||||||
|
- Breaking Change Device Groups multicast address and port (#8270)
|
||||||
|
|
||||||
### 8.2.0.4 20200417
|
### 8.2.0.4 20200417
|
||||||
|
|
||||||
- Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3
|
- Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x08020004;
|
const uint32_t VERSION = 0x08020005;
|
||||||
|
|
||||||
// Lowest compatible version
|
// Lowest compatible version
|
||||||
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
const uint32_t VERSION_COMPATIBLE = 0x07010006;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user