mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Bump version to 8.3.1.1
This commit is contained in:
parent
d8d9e334f6
commit
ebbdb28e48
@ -52,11 +52,4 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 8.3.0.2
|
### Version 8.3.1.1
|
||||||
|
|
||||||
- Change Hass discovery from using Template or Module name to new Device name (#8462)
|
|
||||||
- Change KNX pow function to approximative pow saving 5k of code space
|
|
||||||
- Change Mutichannel Gas sensor pow function to approximative pow saving 5k of code space
|
|
||||||
- Change Quick Power Cycle detection from 4 to 7 power interrupts (#4066)
|
|
||||||
- Fix default state of ``SetOption73 0`` for button decoupling and send multi-press and hold MQTT messages
|
|
||||||
- Add command ``DeviceName`` defaults to FriendlyName1 and replaces FriendlyName1 in GUI
|
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
## Unreleased (development)
|
## Unreleased (development)
|
||||||
|
|
||||||
|
### 8.3.1.1 20200518
|
||||||
|
|
||||||
|
## Released
|
||||||
|
|
||||||
|
### 8.3.1 20200518
|
||||||
|
|
||||||
|
- Release Fred
|
||||||
|
|
||||||
### 8.3.0.2 20200517
|
### 8.3.0.2 20200517
|
||||||
|
|
||||||
- Change Hass discovery from using template name to new Device name (#8462)
|
- Change Hass discovery from using template name to new Device name (#8462)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x08030002;
|
const uint32_t VERSION = 0x08030101;
|
||||||
|
|
||||||
// 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