mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
this seems bad - this value was not inited if it wasn't in bss
This commit is contained in:
@@ -20,7 +20,7 @@ namespace meshtastic
|
|||||||
CallbackObserver<Status, const Status *> statusObserver = CallbackObserver<Status, const Status *>(this, &Status::updateStatus);
|
CallbackObserver<Status, const Status *> statusObserver = CallbackObserver<Status, const Status *>(this, &Status::updateStatus);
|
||||||
bool initialized = false;
|
bool initialized = false;
|
||||||
// Workaround for no typeid support
|
// Workaround for no typeid support
|
||||||
int statusType;
|
int statusType = 0;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// Allows us to generate observable events
|
// Allows us to generate observable events
|
||||||
|
|||||||
Reference in New Issue
Block a user