Browse Source

0.8.910010-zero

pull/1521/head
Patrick Amrhein 11 months ago
parent
commit
35901be33e
  1. 2
      src/defines.h
  2. 4
      src/plugins/zeroExport/zeroExport.h

2
src/defines.h

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

4
src/plugins/zeroExport/zeroExport.h

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

Loading…
Cancel
Save