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