added 'autodetect quick' option

This commit is contained in:
Paul
2019-09-30 23:19:21 +02:00
parent a5ceaa0edd
commit 1aace72255
4 changed files with 17 additions and 12 deletions

View File

@@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.1 beta] 2019-09-27
## [1.9.1 beta] 2019-09-30
### Added
- Support for multiple Heating Circuits - https://github.com/proddy/EMS-ESP/issues/162
- new `mqttlog` command also shows which MQTT topics it is subscribed too
- Optimized event log loading in web and added integrity checks on all config and log files during boot
- `autodetect quick`
### Fixed