aggiunto possibilità di disabilitare servizio meteo online

This commit is contained in:
lejubila
2018-11-11 11:57:59 +01:00
parent dfa68c2b83
commit 07a594e799
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -933,7 +933,7 @@ function debug2 {
VERSION=0
SUB_VERSION=5
RELEASE_VERSION=10
RELEASE_VERSION=11
DIR_SCRIPT=`dirname $0`
NAME_SCRIPT=${0##*/}