From 07a594e799b3bbc539a939294a2687602ba47997 Mon Sep 17 00:00:00 2001 From: lejubila Date: Sun, 11 Nov 2018 11:57:59 +0100 Subject: [PATCH] =?UTF-8?q?aggiunto=20possibilit=C3=A0=20di=20disabilitare?= =?UTF-8?q?=20servizio=20meteo=20online?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ piGarden.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff74e7..e7f5e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.5.11 - 11/11/2018 +- Added ability to disable online weather service by defining WEATHER_SERVICE="none" in the configuration file + # 0.5.10 - 11/11/2018 - Fix bug in single monostable solenodid management caused from wrong variable name EV_IS_MONOSTAVLE diff --git a/piGarden.sh b/piGarden.sh index 70e78fe..461435b 100755 --- a/piGarden.sh +++ b/piGarden.sh @@ -933,7 +933,7 @@ function debug2 { VERSION=0 SUB_VERSION=5 -RELEASE_VERSION=10 +RELEASE_VERSION=11 DIR_SCRIPT=`dirname $0` NAME_SCRIPT=${0##*/}