From 804ed62d67d11725eb5534ef0e19adc8f12f8bf8 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 8 Nov 2019 09:46:21 +0100 Subject: [PATCH] update to 1.9.4b7 --- CHANGELOG.md | 4 ++++ src/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069336543..f79a9ab5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Stability for some Wemos clones by decreasing wifi Tx strength and adding small delay + ### Changed - Debug log times show real internet time (if NTP enabled) @@ -29,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +- thermostat scan and autodetect deep functions + ## [1.9.3] 2019-10-26 ### Added diff --git a/src/version.h b/src/version.h index 46284f4ef..89a25f01c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.9.4b7" +#define APP_VERSION "1.9.4b8"