mirror of https://github.com/arendst/Tasmota.git
Bump version 10.0.0.2
This commit is contained in:
parent
b94c41760d
commit
2c963df8f0
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,7 +2,16 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased] - Development
|
## [Unreleased] - Development
|
||||||
## [11.0.0.1]
|
|
||||||
|
## [11.0.0.2]
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Enabled ethernet and Sonoff SPM in ``tasmota32.bin``
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
## [11.0.0.1] 20220220
|
||||||
### Added
|
### Added
|
||||||
- Command ``SspmMap 0`` to reset Sonoff SPM default mapping
|
- Command ``SspmMap 0`` to reset Sonoff SPM default mapping
|
||||||
- Command ``TcpConnect <port><ip_address>`` to add client connection mode (#14874)
|
- Command ``TcpConnect <port><ip_address>`` to add client connection mode (#14874)
|
||||||
|
|
|
@ -103,7 +103,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 v11.0.0.1
|
## Changelog v11.0.0.2
|
||||||
### Added
|
### Added
|
||||||
- Command ``SspmMap 0`` to reset Sonoff SPM default mapping
|
- Command ``SspmMap 0`` to reset Sonoff SPM default mapping
|
||||||
- Command ``TcpConnect <port><ip_address>`` to add client connection mode [#14874](https://github.com/arendst/Tasmota/issues/14874)
|
- Command ``TcpConnect <port><ip_address>`` to add client connection mode [#14874](https://github.com/arendst/Tasmota/issues/14874)
|
||||||
|
|
|
@ -20,6 +20,6 @@
|
||||||
#ifndef _TASMOTA_VERSION_H_
|
#ifndef _TASMOTA_VERSION_H_
|
||||||
#define _TASMOTA_VERSION_H_
|
#define _TASMOTA_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x0B000001; // 11.0.0.1
|
const uint32_t VERSION = 0x0B000002; // 11.0.0.2
|
||||||
|
|
||||||
#endif // _TASMOTA_VERSION_H_
|
#endif // _TASMOTA_VERSION_H_
|
||||||
|
|
Loading…
Reference in New Issue