From 35901be33e98af24fb2bd74c3924016a4c14da20 Mon Sep 17 00:00:00 2001 From: Patrick Amrhein Date: Thu, 14 Mar 2024 20:27:35 +0100 Subject: [PATCH] 0.8.910010-zero --- src/defines.h | 2 +- src/plugins/zeroExport/zeroExport.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/defines.h b/src/defines.h index 4eaa1675..b18166a0 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 8 -#define VERSION_PATCH 910009 +#define VERSION_PATCH 910010 //------------------------------------- typedef struct { diff --git a/src/plugins/zeroExport/zeroExport.h b/src/plugins/zeroExport/zeroExport.h index 2887da90..bdd19f30 100644 --- a/src/plugins/zeroExport/zeroExport.h +++ b/src/plugins/zeroExport/zeroExport.h @@ -46,9 +46,9 @@ class ZeroExport { mApi = api; mMqtt = mqtt; - mIsInitialized = true; +// mIsInitialized = true; // TODO: Sicherheitsreturn weil noch Sicherheitsfunktionen fehlen. -// mIsInitialized = false; + mIsInitialized = false; } /** loop