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:
Theo Arends 2020-04-25 11:20:48 +02:00
parent c0bc7abeee
commit 14040f601c
3 changed files with 7 additions and 2 deletions

View File

@ -52,8 +52,9 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
## 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 default PWM Frequency to 223 Hz instead of 880 Hz for less interrupt pressure
- Change HM-10 sensor type detection and add features (#7962)

View File

@ -1,5 +1,9 @@
## Unreleased (development)
### 8.2.0.5 20200425
- Breaking Change Device Groups multicast address and port (#8270)
### 8.2.0.4 20200417
- Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3

View File

@ -20,7 +20,7 @@
#ifndef _TASMOTA_VERSION_H_
#define _TASMOTA_VERSION_H_
const uint32_t VERSION = 0x08020004;
const uint32_t VERSION = 0x08020005;
// Lowest compatible version
const uint32_t VERSION_COMPATIBLE = 0x07010006;