This commit is contained in:
Paul
2019-06-17 21:29:18 +02:00
parent 07e1f74da2
commit f2810a5f7f

View File

@@ -5,12 +5,18 @@ 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.0dev] 2019-06-
## [1.8.1dev] 2019-06-17
### Added
- Added back -DCRASH in Debug build target for capturing any ESP8266 stack dumps during crashes
### Fixed
### Changed
- `publish_wait` renamed to `publish_time`, a value of 0 means no sending to MQTT
## [1.8.0] 2019-06-15
### Added