From f751ad1e261446fcca52f765b799f44cc3a33487 Mon Sep 17 00:00:00 2001 From: arendst Date: Mon, 6 Feb 2017 10:09:32 +0100 Subject: [PATCH] v3.9.11a 3.9.11a * Fix compile error when webserver is disabled (#30) --- sonoff/_releasenotes.ino | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sonoff/_releasenotes.ino b/sonoff/_releasenotes.ino index e3a59587e..34fd07615 100644 --- a/sonoff/_releasenotes.ino +++ b/sonoff/_releasenotes.ino @@ -1,4 +1,7 @@ -/* 3.9.11 20170204 +/* 3.9.11a + * Fix compile error when webserver is disabled (#30) + * + * 3.9.11 20170204 * Fix command I2Cscan * Fix not allowed spaces in Topic, ButtonTopic and SwitchTopic * Make all TELEMETRY, STATUS and COMMAND message topics unique (#4)