0.8.910010-zero

This commit is contained in:
Patrick Amrhein 2024-03-14 20:27:35 +01:00
parent d203defb2e
commit 35901be33e
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
//------------------------------------- //-------------------------------------
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 8 #define VERSION_MINOR 8
#define VERSION_PATCH 910009 #define VERSION_PATCH 910010
//------------------------------------- //-------------------------------------
typedef struct { typedef struct {

View file

@ -46,9 +46,9 @@ class ZeroExport {
mApi = api; mApi = api;
mMqtt = mqtt; mMqtt = mqtt;
mIsInitialized = true; // mIsInitialized = true;
// TODO: Sicherheitsreturn weil noch Sicherheitsfunktionen fehlen. // TODO: Sicherheitsreturn weil noch Sicherheitsfunktionen fehlen.
// mIsInitialized = false; mIsInitialized = false;
} }
/** loop /** loop