From bbf2b80fb1788404556f2fbf0fd9e2e49a15187a Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 15 Mar 2019 19:45:47 +0100 Subject: [PATCH] 1.5.7 --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f059cb5f7..e9cb81fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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.5.7 dev] 2019-03- + +### Added + +- system command to show ESP stats +- crash command to see stack of last system crash, with .py files to track stack dump + +### 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 + +### Changed + +- included various fixes and suggestions from nomis (Simon Arlott) + +- upgraded MyESP library + ## [1.5.6] 2019-03-09 ### Added @@ -16,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - upgraded MyESP library - minor changes - ## [1.5.5] 2019-03-07 ### Fixed