From 95831edd13031049e3d5ef3bbdf11083988bab1b Mon Sep 17 00:00:00 2001 From: devWaves <79881052+devWaves@users.noreply.github.com> Date: Mon, 7 Feb 2022 18:27:40 -0500 Subject: [PATCH] v6.8 - Fix for continuous scan - Contact/Motion v6.8 - Fix for continuous scan - Contact/Motion An error was occurring after constant scanning for a long time, specifically when (multiple?) contact and motion sensors were included in the device list. The workaround applied will BLE scan for 30 min then stop and immediately restart scanning for another 30 min, instead of scanning indefinitely. This seems to solve the issue and does not affect use. I have also shortened some json attributes and stop/restart the webserver on MQTT/WIFI reconnect --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 859d4fd..ff06f1c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Switchbot local control using ESP32. no switchbot hub used/required. works with https://github.com/devWaves/SwitchBot-MQTT-BLE-ESP32 -v6.7 +v6.8 -Created: on Jan 23 2022 +Created: on Feb 7 2022 Author: devWaves Contributions from: