mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
1.6.0
This commit is contained in:
@@ -12,17 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- system command to show ESP stats
|
- system command to show ESP stats
|
||||||
- crash command to see stack of last system crash, with .py files to track stack dump
|
- crash command to see stack of last system crash, with .py files to track stack dump
|
||||||
- publish dallas external temp sensors to MQTT (Thanks @JewelZB)
|
- publish dallas external temp sensors to MQTT (Thanks @JewelZB)
|
||||||
|
- shower timer and shower alert options available via set commands
|
||||||
|
- Added support for warm water modes Hot, Comfort and Intelligent (https://github.com/proddy/EMS-ESP/issues/67)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- incorrect rendering of null temperature values (the -3200 degrees issue)
|
- incorrect rendering of null temperature values (the -3200 degrees issue)
|
||||||
- OTA is more stable
|
- OTA is more stable
|
||||||
- Added a hack to overcome WiFi power issues in esp core 2.5.0 libraries causing constant re-connects
|
- Added a hack to overcome WiFi power issues in esp core 2.5.0 libraries causing constant re-connects
|
||||||
|
- Performance issues with telnet output
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- included various fixes and suggestions from nomis (Simon Arlott)
|
- included various fixes and suggestions from @nomis
|
||||||
|
|
||||||
- upgraded MyESP library
|
- upgraded MyESP library
|
||||||
|
|
||||||
## [1.5.6] 2019-03-09
|
## [1.5.6] 2019-03-09
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define APP_NAME "EMS-ESP"
|
#define APP_NAME "EMS-ESP"
|
||||||
#define APP_VERSION "1.5.7c"
|
#define APP_VERSION "1.6.0b"
|
||||||
#define APP_HOSTNAME "ems-esp"
|
#define APP_HOSTNAME "ems-esp"
|
||||||
|
|||||||
Reference in New Issue
Block a user