mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Bump version to v2022.01.2
This commit is contained in:
parent
d6fc62e376
commit
1573cbe6cb
10
CHANGELOG.md
10
CHANGELOG.md
@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## [Unreleased] - Development
|
## [Unreleased] - Development
|
||||||
|
|
||||||
## [2022.01.1]
|
## [2022.01.2]
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
|
||||||
|
## [2022.01.1] 20220107
|
||||||
### Added
|
### Added
|
||||||
- Experimental ADE7953 (Shelly EM) reset on restart (#14261)
|
- Experimental ADE7953 (Shelly EM) reset on restart (#14261)
|
||||||
- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module (#14281)
|
- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module (#14281)
|
||||||
|
@ -100,7 +100,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo
|
|||||||
|
|
||||||
[Complete list](BUILDS.md) of available feature and sensors.
|
[Complete list](BUILDS.md) of available feature and sensors.
|
||||||
|
|
||||||
## Changelog v2022.01.1
|
## Changelog v2022.01.2
|
||||||
### Added
|
### Added
|
||||||
- Command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
|
- Command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
|
||||||
- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module [#14281](https://github.com/arendst/Tasmota/issues/14281)
|
- Command ``SspmMap 2,1,..`` to map Sonoff SPM scanned module to physical module [#14281](https://github.com/arendst/Tasmota/issues/14281)
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x14160101; // 2022.01.1
|
const uint32_t VERSION = 0x14160102; // 2022.01.2
|
||||||
|
|
||||||
#endif // _TASMOTA_VERSION_H_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user