mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-09 14:11:39 +02:00
0.8.910010-zero
This commit is contained in:
parent
d203defb2e
commit
35901be33e
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue