mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 21:26:33 +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
|
||||
|
||||
### 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)
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user