This commit is contained in:
proddy
2019-03-16 12:51:57 +01:00
parent 5a350c586a
commit f22268d843
2 changed files with 5 additions and 3 deletions

View File

@@ -12,17 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- system command to show ESP stats
- 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)
- 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
- incorrect rendering of null temperature values (the -3200 degrees issue)
- OTA is more stable
- 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
- included various fixes and suggestions from nomis (Simon Arlott)
- included various fixes and suggestions from @nomis
- upgraded MyESP library
## [1.5.6] 2019-03-09

View File

@@ -6,5 +6,5 @@
#pragma once
#define APP_NAME "EMS-ESP"
#define APP_VERSION "1.5.7c"
#define APP_VERSION "1.6.0b"
#define APP_HOSTNAME "ems-esp"