From 3a11865043868b9fe32f7a55d2873172f04c0ac6 Mon Sep 17 00:00:00 2001 From: Robert van den Breemen Date: Sat, 28 May 2022 10:31:04 +0200 Subject: [PATCH] on reboot, check after 5 minutes --- OTGW-firmware.h | 2 +- version.h | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/OTGW-firmware.h b/OTGW-firmware.h index 493a27a..d1c8f05 100644 --- a/OTGW-firmware.h +++ b/OTGW-firmware.h @@ -94,7 +94,7 @@ bool bOTGWboilerstate = false; bool bOTGWthermostatstate = false; bool bOTGWgatewaystate = false; bool bPrintSummarymode = false; //default to PS=0 mode -bool bCheckOTGWPICupdate = false; +bool bCheckOTGWPICupdate = true; //All things that are settings String settingHostname = _HOSTNAME; diff --git a/version.h b/version.h index 2297511..a151fc1 100644 --- a/version.h +++ b/version.h @@ -2,15 +2,15 @@ #define _VERSION_MAJOR 0 #define _VERSION_MINOR 9 #define _VERSION_PATCH 5 -#define _VERSION_BUILD 1684 -#define _VERSION_GITHASH "091868b" +#define _VERSION_BUILD 1685 +#define _VERSION_GITHASH "c145f64" //#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc #define _VERSION_DATE "28-05-2022" -#define _VERSION_TIME "10:29:38" +#define _VERSION_TIME "10:30:51" #define _SEMVER_CORE "0.9.5" -#define _SEMVER_BUILD "0.9.5+1684" -#define _SEMVER_GITHASH "0.9.5+091868b" -#define _SEMVER_FULL "0.9.5+091868b" +#define _SEMVER_BUILD "0.9.5+1685" +#define _SEMVER_GITHASH "0.9.5+c145f64" +#define _SEMVER_FULL "0.9.5+c145f64" #define _SEMVER_NOBUILD "0.9.5 (28-05-2022)" -#define _VERSION "0.9.5+091868b (28-05-2022)" +#define _VERSION "0.9.5+c145f64 (28-05-2022)" //The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver